Mercurial > emacs
changeset 49581:1da238f2a17d
(syms_of_keyboard) <this-original-command>: Doc fix.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 03 Feb 2003 22:52:07 +0000 |
parents | 0b1a8984fce1 |
children | 6592ceddab7b |
files | src/keyboard.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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,