projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab4551
)
* doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar.
author
Charles A. Roelli
<charles@aurox.ch>
Wed, 21 Mar 2018 19:52:35 +0000
(20:52 +0100)
committer
Charles A. Roelli
<charles@aurox.ch>
Wed, 21 Mar 2018 19:52:35 +0000
(20:52 +0100)
doc/lispref/internals.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/internals.texi
b/doc/lispref/internals.texi
index 8bf9abfc6145e1d7b69904587a49d243913aa02c..6d25eb14dfdd9a25b1f0b54402c94e4ea69c972d 100644
(file)
--- 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 variable
s
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}.