]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix unbalanced quotes.
authorJuri Linkov <juri@jurta.org>
Wed, 1 Nov 2006 23:23:08 +0000 (23:23 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 1 Nov 2006 23:23:08 +0000 (23:23 +0000)
lispintro/emacs-lisp-intro.texi

index 77d2252b671fffd6fc610934fab6ba172fb9221e..44dc14f20cfb212273147fa0391655fbf6106bac 100644 (file)
@@ -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