diff options
| author | Richard M. Stallman | 1993-04-29 16:49:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-04-29 16:49:24 +0000 |
| commit | e5f920d7e970d9e06e067b02d41ebe74783fa176 (patch) | |
| tree | 3475da584c7025e058e6b87c8a33c7c249044696 | |
| parent | 68a752206ebf11d3f6f8d7522d65d766ba73417d (diff) | |
| download | emacs-e5f920d7e970d9e06e067b02d41ebe74783fa176.tar.gz emacs-e5f920d7e970d9e06e067b02d41ebe74783fa176.zip | |
(Fthis_command_keys): Doc fix.
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index d72125cc98e..c6a55091ce0 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4114,7 +4114,8 @@ DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0, | |||
| 4114 | } | 4114 | } |
| 4115 | 4115 | ||
| 4116 | DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, | 4116 | DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, |
| 4117 | "Return string of the keystrokes that invoked this command.") | 4117 | "Return the key sequence that invoked this command.\n\ |
| 4118 | The value is a string or a vector.") | ||
| 4118 | () | 4119 | () |
| 4119 | { | 4120 | { |
| 4120 | return make_event_array (this_command_key_count, | 4121 | return make_event_array (this_command_key_count, |