]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar.
authorCharles A. Roelli <charles@aurox.ch>
Wed, 21 Mar 2018 19:52:35 +0000 (20:52 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Wed, 21 Mar 2018 19:52:35 +0000 (20:52 +0100)
doc/lispref/internals.texi

index 8bf9abfc6145e1d7b69904587a49d243913aa02c..6d25eb14dfdd9a25b1f0b54402c94e4ea69c972d 100644 (file)
@@ -843,7 +843,7 @@ defined with @code{DEFVAR_BOOL} are automatically added to the list
 @code{byte-boolean-vars} used by the byte compiler.
 
 @cindex defining customization variables in C
-  If you want to make a Lisp variables that is defined in C behave
+  If you want to make a Lisp variable that is defined in C behave
 like one declared with @code{defcustom}, add an appropriate entry to
 @file{cus-start.el}.