emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/commands.texi,v
Date: Tue, 09 Oct 2007 08:53:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/09 08:52:58

Index: doc/lispref/commands.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/commands.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/lispref/commands.texi   6 Sep 2007 04:27:43 -0000       1.2
+++ doc/lispref/commands.texi   9 Oct 2007 08:52:55 -0000       1.3
@@ -716,7 +716,9 @@
 @section Information from the Command Loop
 
 The editor command loop sets several Lisp variables to keep status
-records for itself and for commands that are run.
+records for itself and for commands that are run.  With the exception of
address@hidden and @code{last-command} it's generally a bad idea to
+change any of these variables in a Lisp program.
 
 @defvar last-command
 This variable records the name of the previous command executed by the
@@ -736,6 +738,12 @@
 but never altered by Lisp programs.
 @end defvar
 
address@hidden last-repeatable-command
+This variable stores the most recently executed command that was not
+part of an input event.  This is the command @code{repeat} will try to
+repeat, @xref{Repeating,,, emacs, The GNU Emacs Manual}.
address@hidden defvar
+
 @defvar this-command
 @cindex current command
 This variable records the name of the command now being executed by




reply via email to

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