# HG changeset patch # User Kim F. Storm # Date 1044312727 0 # Node ID 1da238f2a17dcde563f65bc6dd4dec07a290b166 # Parent 0b1a8984fce1af532ab279f1b21ac2c399e4ae56 (syms_of_keyboard) : Doc fix. diff -r 0b1a8984fce1 -r 1da238f2a17d src/keyboard.c --- a/src/keyboard.c Mon Feb 03 22:51:45 2003 +0000 +++ b/src/keyboard.c Mon Feb 03 22:52:07 2003 +0000 @@ -10872,9 +10872,10 @@ 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,