Mercurial > emacs
changeset 65321:cea6d5596fa2
(Buffer Contents): Use "\n" in examples' result strings.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 03 Sep 2005 18:12:46 +0000 |
parents | 48c436d0043b |
children | ce1b010dd1b5 |
files | lispref/text.texi |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/text.texi Fri Sep 02 18:48:45 2005 +0000 +++ b/lispref/text.texi Sat Sep 03 18:12:46 2005 +0000 @@ -191,12 +191,11 @@ @group (buffer-substring 1 10) -@result{} "This is t" + @result{} "This is t" @end group @group (buffer-substring (point-max) 10) -@result{} "he contents of buffer foo -" + @result{} "he contents of buffer foo\n" @end group @end example @end defun @@ -257,8 +256,7 @@ ---------- Buffer: foo ---------- (buffer-string) - @result{} "This is the contents of buffer foo -" + @result{} "This is the contents of buffer foo\n" @end group @end example @end defun