aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 63df3408b7b..5e0871f445f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -9599,7 +9599,7 @@ DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0,
9599DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, 9599DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0,
9600 doc: /* Return the key sequence that invoked this command. 9600 doc: /* Return the key sequence that invoked this command.
9601However, if the command has called `read-key-sequence', it returns 9601However, if the command has called `read-key-sequence', it returns
9602the the last key sequence that has been read. 9602the last key sequence that has been read.
9603The value is a string or a vector. */) 9603The value is a string or a vector. */)
9604 () 9604 ()
9605{ 9605{
@@ -9610,7 +9610,7 @@ The value is a string or a vector. */)
9610DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0, 9610DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0,
9611 doc: /* Return the key sequence that invoked this command, as a vector. 9611 doc: /* Return the key sequence that invoked this command, as a vector.
9612However, if the command has called `read-key-sequence', it returns 9612However, if the command has called `read-key-sequence', it returns
9613the the last key sequence that has been read. */) 9613the last key sequence that has been read. */)
9614 () 9614 ()
9615{ 9615{
9616 return Fvector (this_command_key_count, 9616 return Fvector (this_command_key_count,