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
9b33a603
Commit
9b33a603
authored
Nov 06, 2006
by
Juanma Barranquero
Browse files
(syms_of_lread): Fix typo in docstring.
parent
5dd1c041
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lread.c
src/lread.c
+2
-2
No files found.
src/lread.c
View file @
9b33a603
...
...
@@ -132,7 +132,7 @@ static int load_force_doc_strings;
/* Nonzero means read should convert strings to unibyte. */
static
int
load_convert_to_unibyte
;
/* Function to use for loading an Emacs
l
isp source file (not
/* Function to use for loading an Emacs
L
isp source file (not
compiled) instead of readevalloop. */
Lisp_Object
Vload_source_file_function
;
...
...
@@ -4117,7 +4117,7 @@ The default is nil, which means use the function `read'. */);
Vload_read_function
=
Qnil
;
DEFVAR_LISP
(
"load-source-file-function"
,
&
Vload_source_file_function
,
doc:
/* Function called in `load' for loading an Emacs
l
isp source file.
doc:
/* Function called in `load' for loading an Emacs
L
isp source file.
This function is for doing code conversion before reading the source file.
If nil, loading is done without any code conversion.
Arguments are FULLNAME, FILE, NOERROR, NOMESSAGE, where
...
...
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