From: Eli Zaretskii Date: Sat, 27 Jan 2007 18:19:16 +0000 (+0000) Subject: (Fthis_command_keys, Fthis_command_keys_vector): Doc fix. X-Git-Tag: emacs-pretest-22.0.94~602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65849ada634f6dd628fc254f8d78ab26b21a6f5b;p=emacs.git (Fthis_command_keys, Fthis_command_keys_vector): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index f0d1b80ad72..efb8c4b7e71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2007-01-27 Eli Zaretskii + * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Doc fix. + * minibuf.c (Fcompleting_read): Doc fix. 2007-01-26 Jan Dj,Ad(Brv diff --git a/src/keyboard.c b/src/keyboard.c index 48cf2673a90..a238c838e66 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10297,7 +10297,9 @@ 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 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 @@ 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 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,