From: Charles A. Roelli Date: Wed, 21 Mar 2018 19:52:35 +0000 (+0100) Subject: * doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar. X-Git-Tag: emacs-26.1-rc1~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=143b485029f8d438001aa6e989954a92c4b2a60b;p=emacs.git * doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar. --- diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 8bf9abfc614..6d25eb14dfd 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -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}.