aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-04-29 16:49:24 +0000
committerRichard M. Stallman1993-04-29 16:49:24 +0000
commite5f920d7e970d9e06e067b02d41ebe74783fa176 (patch)
tree3475da584c7025e058e6b87c8a33c7c249044696
parent68a752206ebf11d3f6f8d7522d65d766ba73417d (diff)
downloademacs-e5f920d7e970d9e06e067b02d41ebe74783fa176.tar.gz
emacs-e5f920d7e970d9e06e067b02d41ebe74783fa176.zip
(Fthis_command_keys): Doc fix.
-rw-r--r--src/keyboard.c3
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
4116DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, 4116DEFUN ("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\
4118The 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,