emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Mon, 10 Feb 2003 07:05:01 -0500

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.25 emacs/lispref/buffers.texi:1.26
*** emacs/lispref/buffers.texi:1.25     Tue Feb  4 09:47:52 2003
--- emacs/lispref/buffers.texi  Mon Feb 10 06:31:11 2003
***************
*** 203,213 ****
  @end defun
  
  @defspec save-current-buffer body...
! The @code{save-current-buffer} macro saves the identity of the current
! buffer, evaluates the @var{body} forms, and finally restores that buffer
! as current.  The return value is the value of the last form in
! @var{body}.  The current buffer is restored even in case of an abnormal
! exit via @code{throw} or error (@pxref{Nonlocal Exits}).
  
  If the buffer that used to be current has been killed by the time of
  exit from @code{save-current-buffer}, then it is not made current again,
--- 203,213 ----
  @end defun
  
  @defspec save-current-buffer body...
! The @code{save-current-buffer} special form saves the identity of the
! current buffer, evaluates the @var{body} forms, and finally restores
! that buffer as current.  The return value is the value of the last
! form in @var{body}.  The current buffer is restored even in case of an
! abnormal exit via @code{throw} or error (@pxref{Nonlocal Exits}).
  
  If the buffer that used to be current has been killed by the time of
  exit from @code{save-current-buffer}, then it is not made current again,




reply via email to

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