aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,