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, v [EMACS_22_BASE]


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi, v [EMACS_22_BASE]
Date: Thu, 30 Aug 2007 08:05:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/08/30 08:05:35

Index: commands.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/commands.texi,v
retrieving revision 1.103
retrieving revision 1.103.2.1
diff -u -b -r1.103 -r1.103.2.1
--- commands.texi       7 Apr 2007 01:48:49 -0000       1.103
+++ commands.texi       30 Aug 2007 08:05:35 -0000      1.103.2.1
@@ -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]