Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
692f86ad
Commit
692f86ad
authored
Feb 18, 1993
by
Richard M. Stallman
Browse files
(syms_of_lread): Doc fix.
parent
82df4891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lread.c
src/lread.c
+1
-1
No files found.
src/lread.c
View file @
692f86ad
...
...
@@ -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'."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment