From 4a6cf41144f6cc652638028cb733ff4f3e7a49b9 Mon Sep 17 00:00:00 2001 From: "Charles A. Roelli" Date: Wed, 21 Mar 2018 20:52:35 +0100 Subject: [PATCH] * 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 76be7bf0ac6..dd573ab857c 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}. -- 2.39.5