Mercurial > emacs
diff src/keyboard.c @ 2611:8bfb4d8d4238
(Fthis_command_keys): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 29 Apr 1993 16:49:24 +0000 |
| parents | 2a13ec10bfd7 |
| children | 2c57852a01ca |
line wrap: on
line diff
--- a/src/keyboard.c Thu Apr 29 15:57:17 1993 +0000 +++ b/src/keyboard.c Thu Apr 29 16:49:24 1993 +0000 @@ -4114,7 +4114,8 @@ } DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, - "Return string of the keystrokes that invoked this command.") + "Return the key sequence that invoked this command.\n\ +The value is a string or a vector.") () { return make_event_array (this_command_key_count,
