summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-02-03 22:52:07 +0000
committerKim F. Storm <storm@cua.dk>2003-02-03 22:52:07 +0000
commitf5613d1efd0c380f494d1f0625478277728d70d9 (patch)
tree9327936fade7fb05c3c5621661df0f1d07e0c642 /src
parent578846a3f815853348703ab5fb6ac24c9c817645 (diff)
downloademacs-f5613d1efd0c380f494d1f0625478277728d70d9.tar.gz
(syms_of_keyboard) <this-original-command>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c7
1 files changed, 4 insertions, 3 deletions
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,