From f5613d1efd0c380f494d1f0625478277728d70d9 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 3 Feb 2003 22:52:07 +0000 Subject: [PATCH] (syms_of_keyboard) : Doc fix. --- src/keyboard.c | 7 ++++--- 1 file 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, -- 2.39.5