comparison src/keyboard.c @ 10060:145bf101cccc

(syms_of_keyboard): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Nov 1994 09:14:29 +0000
parents c5c2a86432a4
children def41008c136
comparison
equal deleted inserted replaced
10059:c1b138be512e 10060:145bf101cccc
6229 XSETINT (meta_prefix_char, 033); 6229 XSETINT (meta_prefix_char, 033);
6230 6230
6231 DEFVAR_LISP ("last-command", &last_command, 6231 DEFVAR_LISP ("last-command", &last_command,
6232 "The last command executed. Normally a symbol with a function definition,\n\ 6232 "The last command executed. Normally a symbol with a function definition,\n\
6233 but can be whatever was found in the keymap, or whatever the variable\n\ 6233 but can be whatever was found in the keymap, or whatever the variable\n\
6234 `this-command' was set to by that command."); 6234 `this-command' was set to by that command.\n\
6235 \n\
6236 The value `mode-exit' is special; it means that the previous command\n\
6237 read an event that told it to exit, and it did so and unread that event.\n\
6238 In other words, the present command is the event that made the previous\n\
6239 command exit.\n\
6240 \n\
6241 The value `kill-region' is special; it means that the previous command\n\
6242 was a kill command.");
6235 last_command = Qnil; 6243 last_command = Qnil;
6236 6244
6237 DEFVAR_LISP ("this-command", &this_command, 6245 DEFVAR_LISP ("this-command", &this_command,
6238 "The command now being executed.\n\ 6246 "The command now being executed.\n\
6239 The command can set this variable; whatever is put here\n\ 6247 The command can set this variable; whatever is put here\n\