summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-02-18 06:26:16 +0000
committerRichard M. Stallman <rms@gnu.org>1993-02-18 06:26:16 +0000
commitae4ab90ca546f69168e6057b4502af43cfb6d3bd (patch)
treeb8f317dd074248c2cdffb40986b27ba77cd217db /src/lread.c
parentd858e4626b0814e1e50d1fbfd5051e751bb352b0 (diff)
downloademacs-ae4ab90ca546f69168e6057b4502af43cfb6d3bd.tar.gz
(syms_of_lread): Doc fix.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index e2aa7206ab4..9c38939f513 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1663,7 +1663,7 @@ See documentation of `read' for possible values.");
"*List of directories to search for files to load.\n\
Each element is a string (directory name) or nil (try default directory).\n\
Initialized based on EMACSLOADPATH environment variable, if any,\n\
-otherwise to default specified in by file `paths.h' when Emacs was built.");
+otherwise to default specified by file `paths.h' when Emacs was built.");
DEFVAR_BOOL ("load-in-progress", &load_in_progress,
"Non-nil iff inside of `load'.");