emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 0485aa7: ; * src/lread.c (syms_of_lread) <module-


From: Alexander Gramiak
Subject: [Emacs-diffs] emacs-26 0485aa7: ; * src/lread.c (syms_of_lread) <module-file-suffix>: Fix typo
Date: Mon, 9 Oct 2017 16:31:35 -0400 (EDT)

branch: emacs-26
commit 0485aa76c94643489f5ba99e450648f87498f0b4
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    ; * src/lread.c (syms_of_lread) <module-file-suffix>: Fix typo
---
 src/lread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lread.c b/src/lread.c
index 6bc93b1..33da866 100644
--- 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 of modules are 
not supported.  */);
+              doc: /* Suffix of loadable module file, or nil if modules are 
not supported.  */);
 #ifdef HAVE_MODULES
   Vmodule_file_suffix = build_pure_c_string (MODULES_SUFFIX);
 #else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]