* doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar.

This commit is contained in:
Charles A. Roelli 2018-03-21 20:52:35 +01:00
parent 4ab4551470
commit 143b485029

View 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}.