From: Kim F. Storm Date: Mon, 3 Feb 2003 22:52:07 +0000 (+0000) Subject: (syms_of_keyboard) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~11365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5613d1efd0c380f494d1f0625478277728d70d9;p=emacs.git (syms_of_keyboard) : Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index 279bdc60049..16de5d24239 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10872,9 +10872,10 @@ will be in `last-command' during the following command. */); Vthis_command = Qnil; DEFVAR_LISP ("this-original-command", &Vthis_original_command, - doc: /* If non-nil, the original command bound to the current key sequence. -The value of `this-command' is the result of looking up the original -command in the active keymaps. */); + doc: /* The command bound to the current key sequence before remapping. +It equals `this-command' if the original command was not remapped through +any of the active keymaps. Otherwise, the value of `this-command' is the +result of looking up the original command in the active keymaps. */); Vthis_original_command = Qnil; DEFVAR_INT ("auto-save-interval", &auto_save_interval,