diff options
| author | Charles A. Roelli | 2018-03-21 20:52:35 +0100 |
|---|---|---|
| committer | Charles A. Roelli | 2018-03-21 20:52:35 +0100 |
| commit | 143b485029f8d438001aa6e989954a92c4b2a60b (patch) | |
| tree | 5146210f4216e592bde8015c1993f027ebb22dc5 | |
| parent | 4ab455147069d4b7247ba3aff0da3dba3a671df6 (diff) | |
| download | emacs-143b485029f8d438001aa6e989954a92c4b2a60b.tar.gz emacs-143b485029f8d438001aa6e989954a92c4b2a60b.zip | |
* doc/lispref/internals.texi (Writing Emacs Primitives): Fix grammar.
| -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 | |||
| 843 | @code{byte-boolean-vars} used by the byte compiler. | 843 | @code{byte-boolean-vars} used by the byte compiler. |
| 844 | 844 | ||
| 845 | @cindex defining customization variables in C | 845 | @cindex defining customization variables in C |
| 846 | If you want to make a Lisp variables that is defined in C behave | 846 | If you want to make a Lisp variable that is defined in C behave |
| 847 | like one declared with @code{defcustom}, add an appropriate entry to | 847 | like one declared with @code{defcustom}, add an appropriate entry to |
| 848 | @file{cus-start.el}. | 848 | @file{cus-start.el}. |
| 849 | 849 | ||