Fix a typo in emacs-lisp-intro.texi

* doc/lispintro/emacs-lisp-intro.texi (kill-ring-yank-pointer):
Add a missing quote.  Reported by Jean-Christophe Helary
<brandelune@gmail.com> in emacs-devel.
This commit is contained in:
Eli Zaretskii 2018-06-22 21:25:55 +03:00
parent d6aa55e2b4
commit 5cb3991a4f

View file

@ -10049,7 +10049,7 @@ kill-ring kill-ring-yank-pointer
| | |
| | --> "yet more text"
| |
| --> "a different piece of text
| --> "a different piece of text"
|
--> "some text"
@end group