Mercurial > emacs
changeset 73607:95562bf680a2
Fix unbalanced quotes.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 01 Nov 2006 23:23:08 +0000 |
parents | 2163c8428b91 |
children | 7520c658d78f |
files | lispintro/emacs-lisp-intro.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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