diff options
author | Bogdan Creanga <bogdan.creanga@gmail.com> | 2016-11-29 19:07:15 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2016-11-29 19:07:15 +0900 |
commit | 2086f4c0c6ecf8b94173c97162ae1b09749eabb5 (patch) | |
tree | 66efd3ebceb3a11132801ba43a66963633cdd8a2 /doc/lispref/symbols.texi | |
parent | f6da59737603091c67aee7bc912d3b164350314c (diff) | |
download | emacs-2086f4c0c6ecf8b94173c97162ae1b09749eabb5.tar.gz |
Typo fixes in elisp manual
* doc/lispref/sequences.texi: Add missing '4' in result (Bug#25047).
* doc/lispref/strings.texi (Text Comparison): Avoid duplicate
definitions of 'string-prefix-p' and 'string-suffix-p'.
* doc/lispref/symbols.texi (Definitions): Pluralize 'definitions'.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc/lispref/symbols.texi')
-rw-r--r-- | doc/lispref/symbols.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index 8c1ec3d85e2..36a2795d1dd 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi @@ -157,7 +157,7 @@ that cell can hold only one Lisp object at any given time. both as a variable (e.g., with @code{defvar}) and as a function or macro (e.g., with @code{defun}). Such definitions do not conflict. - These definition also act as guides for programming tools. For + These definitions also act as guides for programming tools. For example, the @kbd{C-h f} and @kbd{C-h v} commands create help buffers containing links to the relevant variable, function, or macro definitions. @xref{Name Help,,, emacs, The GNU Emacs Manual}. |