changeset 10060:145bf101cccc

(syms_of_keyboard): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Nov 1994 09:14:29 +0000
parents c1b138be512e
children 41a9afd33e98
files src/keyboard.c
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Nov 23 09:11:30 1994 +0000
+++ b/src/keyboard.c	Wed Nov 23 09:14:29 1994 +0000
@@ -6231,7 +6231,15 @@
   DEFVAR_LISP ("last-command", &last_command,
     "The last command executed.  Normally a symbol with a function definition,\n\
 but can be whatever was found in the keymap, or whatever the variable\n\
-`this-command' was set to by that command.");
+`this-command' was set to by that command.\n\
+\n\
+The value `mode-exit' is special; it means that the previous command\n\
+read an event that told it to exit, and it did so and unread that event.\n\
+In other words, the present command is the event that made the previous\n\
+command exit.\n\
+\n\
+The value `kill-region' is special; it means that the previous command\n\
+was a kill command.");
   last_command = Qnil;
 
   DEFVAR_LISP ("this-command", &this_command,