Mercurial > emacs
changeset 45316:d47193939dda
(Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 May 2002 11:53:41 +0000 |
parents | 1b8da8ac84db |
children | da1c26da109e |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Thu May 16 07:49:59 2002 +0000 +++ b/src/keyboard.c Thu May 16 11:53:41 2002 +0000 @@ -9599,7 +9599,7 @@ 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 @@ 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,