emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 4a6cf41 156/218: * doc/lispref/interna


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 4a6cf41 156/218: * doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar.
Date: Fri, 14 Dec 2018 03:35:21 -0500 (EST)

branch: feature/gnus-select
commit 4a6cf41144f6cc652638028cb733ff4f3e7a49b9
Author: Charles A. Roelli <address@hidden>
Commit: Andrew G Cohen <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 76be7bf..dd573ab 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -850,7 +850,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]