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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Wed, 08 May 2002 13:59:05 -0400

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.35 emacs/lispref/commands.texi:1.36
*** emacs/lispref/commands.texi:1.35    Thu Apr 18 20:18:22 2002
--- emacs/lispref/commands.texi Wed May  8 13:59:04 2002
***************
*** 2302,2307 ****
--- 2302,2308 ----
  @section Quitting
  @cindex @kbd{C-g}
  @cindex quitting
+ @cindex interrupt Lisp functions
  
    Typing @kbd{C-g} while a Lisp function is running causes Emacs to
  @dfn{quit} whatever it is doing.  This means that control returns to the
***************
*** 2344,2349 ****
--- 2345,2351 ----
  case of @code{read-quoted-char}, this is so that @kbd{C-q} can be used
  to quote a @kbd{C-g}.  
  
+ @cindex prevent quitting
    You can prevent quitting for a portion of a Lisp function by binding
  the variable @code{inhibit-quit} to a address@hidden value.  Then,
  although @kbd{C-g} still sets @code{quit-flag} to @code{t} as usual, the



reply via email to

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