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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Mon, 17 Oct 2005 02:44:50 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.44 emacs/lispref/buffers.texi:1.45
*** emacs/lispref/buffers.texi:1.44     Sat Aug 20 11:58:09 2005
--- emacs/lispref/buffers.texi  Mon Oct 17 06:44:50 2005
***************
*** 202,208 ****
  existing buffer.
  @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
--- 202,208 ----
  existing buffer.
  @end defun
  
! @defspec save-current-buffer address@hidden
  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
***************
*** 215,221 ****
  remains current.
  @end defspec
  
! @defmac with-current-buffer buffer-or-name body...
  The @code{with-current-buffer} macro saves the identity of the current
  buffer, makes @var{buffer-or-name} current, evaluates the @var{body}
  forms, and finally restores the buffer.  The return value is the value
--- 215,221 ----
  remains current.
  @end defspec
  
! @defmac with-current-buffer buffer-or-name address@hidden
  The @code{with-current-buffer} macro saves the identity of the current
  buffer, makes @var{buffer-or-name} current, evaluates the @var{body}
  forms, and finally restores the buffer.  The return value is the value
***************
*** 227,233 ****
  existing buffer.
  @end defmac
  
! @defmac with-temp-buffer body...
  @anchor{Definition of with-temp-buffer}
  The @code{with-temp-buffer} macro evaluates the @var{body} forms
  with a temporary buffer as the current buffer.  It saves the identity of
--- 227,233 ----
  existing buffer.
  @end defmac
  
! @defmac with-temp-buffer address@hidden
  @anchor{Definition of with-temp-buffer}
  The @code{with-temp-buffer} macro evaluates the @var{body} forms
  with a temporary buffer as the current buffer.  It saves the identity of




reply via email to

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