]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lread.c (syms_of_lread) <module-file-suffix>: Fix typo
authorAlexander Gramiak <agrambot@gmail.com>
Mon, 9 Oct 2017 20:22:58 +0000 (14:22 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Mon, 9 Oct 2017 20:30:29 +0000 (14:30 -0600)
src/lread.c

index 6bc93b148174b5ce117d45df34b9ccf34a3171ff..33da8667228486aa94560978e69c11b06b87117e 100644 (file)
@@ -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