emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/text.texi


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Sat, 03 Sep 2005 14:12:46 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]