From 18f2905613f960bbf738451eb92fc00c784135ac Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 23 Nov 1994 09:14:29 +0000 Subject: [PATCH] (syms_of_keyboard): Doc fix. --- src/keyboard.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 82f09de4f82..aef4f1dc97a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -6231,7 +6231,15 @@ turns into this character followed by foo."); 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, -- 2.39.5