diff options
-rw-r--r-- | doc/lispref/internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |