aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispintro/emacs-lisp-intro.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index 77d2252b671..44dc14f20cf 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -9230,7 +9230,7 @@ written like this:
9230@smallexample 9230@smallexample
9231@group 9231@group
9232 "Set point to POSITION, a number or marker.\n\ 9232 "Set point to POSITION, a number or marker.\n\
9233Beginning of buffer is position (point-min), end is (point-max). 9233Beginning of buffer is position (point-min), end is (point-max)."
9234@end group 9234@end group
9235@end smallexample 9235@end smallexample
9236@end itemize 9236@end itemize
@@ -10194,7 +10194,7 @@ kill-ring kill-ring-yank-pointer
10194 | | | 10194 | | |
10195 | | --> "yet more text" 10195 | | --> "yet more text"
10196 | | 10196 | |
10197 | --> "a different piece of text 10197 | --> "a different piece of text"
10198 | 10198 |
10199 --> "some text" 10199 --> "some text"
10200@end group 10200@end group