projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8687fd
)
Fix a typo in Introduction to Emacs Lisp (bug#70571).
author
Brad Howes
<bradhowes@mac.com>
Thu, 25 Apr 2024 16:39:02 +0000
(18:39 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Apr 2024 09:43:58 +0000
(12:43 +0300)
Copyright-paperwork-exempt: yes
doc/lispintro/emacs-lisp-intro.texi
patch
|
blob
|
history
diff --git
a/doc/lispintro/emacs-lisp-intro.texi
b/doc/lispintro/emacs-lisp-intro.texi
index a06822ce539af1887744a936a6bf1ba7aae229bb..19777bf8ab73dc1082967752594d45963672976a 100644
(file)
--- a/
doc/lispintro/emacs-lisp-intro.texi
+++ b/
doc/lispintro/emacs-lisp-intro.texi
@@
-19428,7
+19428,7
@@
There is more, but that is the hardest part.
@appendixsec The @file{ring.el} File
@cindex @file{ring.el} file
-Interestingly, GNU Emacs posses a file called @file{ring.el} that
+Interestingly, GNU Emacs posses
ses
a file called @file{ring.el} that
provides many of the features we just discussed. But functions such
as @code{kill-ring-yank-pointer} do not use this library, possibly
because they were written earlier.