emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Tue, 28 Dec 2004 07:48:34 -0500

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.61 emacs/lispref/commands.texi:1.62
*** emacs/lispref/commands.texi:1.61    Tue Dec 21 11:46:47 2004
--- emacs/lispref/commands.texi Tue Dec 28 12:36:33 2004
***************
*** 2605,2611 ****
  This macro executes @var{forms} in sequence, but allows quitting, at
  least locally, within @var{body} even if @code{inhibit-quit} was
  address@hidden outside this construct.  It returns the value of the
! last form in @var{forms}.
  
  If @code{inhibit-quit} is @code{nil} on entry to @code{with-local-quit},
  it only executes the @var{forms}, and setting @code{quit-flag} causes
--- 2605,2612 ----
  This macro executes @var{forms} in sequence, but allows quitting, at
  least locally, within @var{body} even if @code{inhibit-quit} was
  address@hidden outside this construct.  It returns the value of the
! last form in @var{forms}, unless exited by quitting, in which case
! it returns @code{nil}.
  
  If @code{inhibit-quit} is @code{nil} on entry to @code{with-local-quit},
  it only executes the @var{forms}, and setting @code{quit-flag} causes




reply via email to

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