2007-01-27 Eli Zaretskii <eliz@gnu.org>
+ * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
+
* minibuf.c (Fcompleting_read): Doc fix.
2007-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
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,
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,