]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard) <this-original-command>: Doc fix.
authorKim F. Storm <storm@cua.dk>
Mon, 3 Feb 2003 22:52:07 +0000 (22:52 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 3 Feb 2003 22:52:07 +0000 (22:52 +0000)
src/keyboard.c

index 279bdc600499438df0eea295914af691a3be84ba..16de5d24239f22818c219552b1ff50f44fc8574c 100644 (file)
@@ -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,