emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 143b485: * doc/lispref/internals.texi (Writing Em


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 143b485: * doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar.
Date: Wed, 21 Mar 2018 15:41:13 -0400 (EDT)

branch: emacs-26
commit 143b485029f8d438001aa6e989954a92c4b2a60b
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar.
---
 doc/lispref/internals.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 8bf9abf..6d25eb1 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}.
 



reply via email to

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