emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi
Date: Mon, 17 Oct 2005 02:48:32 -0400

Index: emacs/lispref/positions.texi
diff -c emacs/lispref/positions.texi:1.56 emacs/lispref/positions.texi:1.57
*** emacs/lispref/positions.texi:1.56   Thu Sep  8 22:00:58 2005
--- emacs/lispref/positions.texi        Mon Oct 17 06:48:32 2005
***************
*** 829,841 ****
  described elsewhere (see @ref{Window Configurations}, and @pxref{Frame
  Configurations}).
  
! @defspec save-excursion address@hidden
  @cindex mark excursion
  @cindex point excursion
  @cindex current buffer excursion
  The @code{save-excursion} special form saves the identity of the current
  buffer and the values of point and the mark in it, evaluates
! @var{forms}, and finally restores the buffer and its saved values of
  point and the mark.  All three saved values are restored even in case of
  an abnormal exit via @code{throw} or error (@pxref{Nonlocal Exits}).
  
--- 829,841 ----
  described elsewhere (see @ref{Window Configurations}, and @pxref{Frame
  Configurations}).
  
! @defspec save-excursion address@hidden
  @cindex mark excursion
  @cindex point excursion
  @cindex current buffer excursion
  The @code{save-excursion} special form saves the identity of the current
  buffer and the values of point and the mark in it, evaluates
! @var{body}, and finally restores the buffer and its saved values of
  point and the mark.  All three saved values are restored even in case of
  an abnormal exit via @code{throw} or error (@pxref{Nonlocal Exits}).
  
***************
*** 855,862 ****
  use @code{save-window-excursion} inside @code{save-excursion}
  (@pxref{Window Configurations}).
  
! The value returned by @code{save-excursion} is the result of the last of
! @var{forms}, or @code{nil} if no @var{forms} are given.
  
  @example
  @group
--- 855,862 ----
  use @code{save-window-excursion} inside @code{save-excursion}
  (@pxref{Window Configurations}).
  
! The value returned by @code{save-excursion} is the result of the last
! form in @var{body}, or @code{nil} if no body forms were given.
  
  @example
  @group




reply via email to

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