diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-02-18 06:26:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-02-18 06:26:16 +0000 |
commit | 692f86ad16724ab397beee94d7886207f9c72728 (patch) | |
tree | bb88eee8315c5e80f2d73c2d54967f40c50f2c33 /src/lread.c | |
parent | 82df4891d0872f5105c1f029b6f07fe3194e3553 (diff) | |
download | emacs-692f86ad16724ab397beee94d7886207f9c72728.tar.gz |
(syms_of_lread): Doc fix.
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 2 |
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'."); |