diff options
| author | Richard M. Stallman | 1993-02-18 06:26:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-02-18 06:26:16 +0000 |
| commit | 692f86ad16724ab397beee94d7886207f9c72728 (patch) | |
| tree | bb88eee8315c5e80f2d73c2d54967f40c50f2c33 /src | |
| parent | 82df4891d0872f5105c1f029b6f07fe3194e3553 (diff) | |
| download | emacs-692f86ad16724ab397beee94d7886207f9c72728.tar.gz emacs-692f86ad16724ab397beee94d7886207f9c72728.zip | |
(syms_of_lread): Doc fix.
Diffstat (limited to 'src')
| -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."); | |||
| 1663 | "*List of directories to search for files to load.\n\ | 1663 | "*List of directories to search for files to load.\n\ |
| 1664 | Each element is a string (directory name) or nil (try default directory).\n\ | 1664 | Each element is a string (directory name) or nil (try default directory).\n\ |
| 1665 | Initialized based on EMACSLOADPATH environment variable, if any,\n\ | 1665 | Initialized based on EMACSLOADPATH environment variable, if any,\n\ |
| 1666 | otherwise to default specified in by file `paths.h' when Emacs was built."); | 1666 | otherwise to default specified by file `paths.h' when Emacs was built."); |
| 1667 | 1667 | ||
| 1668 | DEFVAR_BOOL ("load-in-progress", &load_in_progress, | 1668 | DEFVAR_BOOL ("load-in-progress", &load_in_progress, |
| 1669 | "Non-nil iff inside of `load'."); | 1669 | "Non-nil iff inside of `load'."); |