From: Juanma Barranquero Date: Thu, 16 May 2002 11:53:41 +0000 (+0000) Subject: (Fthis_command_keys, Fthis_command_keys_vector): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4052e7bb0cc284b2ed3e502f8be08c804614c495;p=emacs.git (Fthis_command_keys, Fthis_command_keys_vector): Fix typo. --- diff --git a/src/keyboard.c b/src/keyboard.c index 63df3408b7b..5e0871f445f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -9599,7 +9599,7 @@ DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0, DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, doc: /* Return the key sequence that invoked this command. However, if the command has called `read-key-sequence', it returns -the the last key sequence that has been read. +the last key sequence that has been read. The value is a string or a vector. */) () { @@ -9610,7 +9610,7 @@ The value is a string or a vector. */) DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0, doc: /* Return the key sequence that invoked this command, as a vector. However, if the command has called `read-key-sequence', it returns -the the last key sequence that has been read. */) +the last key sequence that has been read. */) () { return Fvector (this_command_key_count,