projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7fb37
)
; * src/lread.c (syms_of_lread) <module-file-suffix>: Fix typo
author
Alexander Gramiak
<agrambot@gmail.com>
Mon, 9 Oct 2017 20:22:58 +0000
(14:22 -0600)
committer
Alexander Gramiak
<agrambot@gmail.com>
Mon, 9 Oct 2017 20:30:29 +0000
(14:30 -0600)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 6bc93b148174b5ce117d45df34b9ccf34a3171ff..33da8667228486aa94560978e69c11b06b87117e 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-4834,7
+4834,7
@@
to the specified file name if a suffix is allowed or required. */);
build_pure_c_string (".el"));
#endif
DEFVAR_LISP ("module-file-suffix", Vmodule_file_suffix,
- doc: /* Suffix of loadable module file, or nil
o
f modules are not supported. */);
+ doc: /* Suffix of loadable module file, or nil
i
f modules are not supported. */);
#ifdef HAVE_MODULES
Vmodule_file_suffix = build_pure_c_string (MODULES_SUFFIX);
#else