Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.104 emacs/lispref/text.texi:1.105
*** emacs/lispref/text.texi:1.104       Wed Aug 10 14:29:01 2005
--- emacs/lispref/text.texi     Sat Sep  3 18:12:46 2005
***************
*** 191,202 ****
  
  @group
  (buffer-substring 1 10)
! @result{} "This is t"
  @end group
  @group
  (buffer-substring (point-max) 10)
! @result{} "he contents of buffer foo
! "
  @end group
  @end example
  @end defun
--- 191,201 ----
  
  @group
  (buffer-substring 1 10)
!      @result{} "This is t"
  @end group
  @group
  (buffer-substring (point-max) 10)
!      @result{} "he contents of buffer foo\n"
  @end group
  @end example
  @end defun
***************
*** 257,264 ****
  ---------- Buffer: foo ----------
  
  (buffer-string)
!      @result{} "This is the contents of buffer foo
! "
  @end group
  @end example
  @end defun
--- 256,262 ----
  ---------- Buffer: foo ----------
  
  (buffer-string)
!      @result{} "This is the contents of buffer foo\n"
  @end group
  @end example
  @end defun


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to