# HG changeset patch # User Juri Linkov # Date 1162423388 0 # Node ID 95562bf680a291047ccd3986604b4466e0a26728 # Parent 2163c8428b9193dadd5fc57bf04fba9917643647 Fix unbalanced quotes. diff -r 2163c8428b91 -r 95562bf680a2 lispintro/emacs-lisp-intro.texi --- a/lispintro/emacs-lisp-intro.texi Wed Nov 01 23:17:22 2006 +0000 +++ b/lispintro/emacs-lisp-intro.texi Wed Nov 01 23:23:08 2006 +0000 @@ -9230,7 +9230,7 @@ @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 @@ | | | | | --> "yet more text" | | - | --> "a different piece of text + | --> "a different piece of text" | --> "some text" @end group