From: Juri Linkov Date: Wed, 1 Nov 2006 23:23:08 +0000 (+0000) Subject: Fix unbalanced quotes. X-Git-Tag: emacs-pretest-22.0.91~410 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0609f48041ce2c59ea2dcbc9d8352c5ab018fc17;p=emacs.git Fix unbalanced quotes. --- 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: @smallexample @group "Set point to POSITION, a number or marker.\n\ -Beginning of buffer is position (point-min), end is (point-max). +Beginning of buffer is position (point-min), end is (point-max)." @end group @end smallexample @end itemize @@ -10194,7 +10194,7 @@ kill-ring kill-ring-yank-pointer | | | | | --> "yet more text" | | - | --> "a different piece of text + | --> "a different piece of text" | --> "some text" @end group