# HG changeset patch # User Eli Zaretskii # Date 1169921911 0 # Node ID c686b42fabf5b2de8214c1f7deaac0e8ea4ce68e # Parent 34fa35e88871708738b7b6c76e032a7d0a81e068 (Fthis_command_keys, Fthis_command_keys_vector): Doc fix. diff -r 34fa35e88871 -r c686b42fabf5 src/keyboard.c --- a/src/keyboard.c Sat Jan 27 18:12:50 2007 +0000 +++ b/src/keyboard.c Sat Jan 27 18:18:31 2007 +0000 @@ -10297,7 +10297,9 @@ doc: /* Return the key sequence that invoked this command. However, if the command has called `read-key-sequence', it returns the last key sequence that has been read. -The value is a string or a vector. */) +The value is a string or a vector. + +See also `this-command-keys-vector'. */) () { return make_event_array (this_command_key_count, @@ -10307,7 +10309,9 @@ 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 last key sequence that has been read. */) +the last key sequence that has been read. + +See also `this-command-keys'. */) () { return Fvector (this_command_key_count,