Fix typos.
authorhayashi <hayashi>
Thu, 22 Oct 1998 02:55:28 +0000 (02:55 +0000)
committerhayashi <hayashi>
Thu, 22 Oct 1998 02:55:28 +0000 (02:55 +0000)
README.en

index f549557..7a4868e 100644 (file)
--- 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