Mercurial > emacs
changeset 1887:ab56990c27c4
(syms_of_lread): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 18 Feb 1993 06:26:16 +0000 |
parents | dd2e31cbf205 |
children | 86ff3942d7e1 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Thu Feb 18 03:43:45 1993 +0000 +++ b/src/lread.c Thu Feb 18 06:26:16 1993 +0000 @@ -1663,7 +1663,7 @@ "*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'.");