From fe8125d436817091fbf6aee7dd6b5010464d31ff Mon Sep 17 00:00:00 2001 From: hayashi Date: Thu, 22 Oct 1998 02:55:28 +0000 Subject: [PATCH] Fix typos. --- README.en | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en b/README.en index f549557..7a4868e 100644 --- a/README.en +++ b/README.en @@ -205,7 +205,7 @@ Function add-path (PATH &rest OPTIONS) You can use following PATH styles: load-path relative: "PATH" (it is searched from - `defaul-load-path') + `default-load-path') home directory relative: "~/PATH" "~USER/PATH" @@ -256,12 +256,12 @@ Function file-installed-p (FILE &optional PATHS) Function exec-installed-p (FILE &optional PATHS SUFFIXES) Return absolute-path of FILE if FILE exists in PATHS. If PATHS is - omitted, `exec-path' is used. If suffixes is omitted, + omitted, `exec-path' is used. If SUFFIXES is omitted, `exec-suffix-list' is used. Function module-installed-p (MODULE &optional PATHS) - Return non-nil if module is provided or exists in PATHS. If PATHS + Return non-nil if MODULE is provided or exists in PATHS. If PATHS is omitted, `load-path' is used. filename -- 1.7.10.4