From 4052e7bb0cc284b2ed3e502f8be08c804614c495 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 May 2002 11:53:41 +0000 Subject: [PATCH] (Fthis_command_keys, Fthis_command_keys_vector): Fix typo. --- src/keyboard.c | 4 ++-- 1 file 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, DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, doc: /* Return the key sequence that invoked this command. However, if the command has called `read-key-sequence', it returns -the the last key sequence that has been read. +the last key sequence that has been read. The value is a string or a vector. */) () { @@ -9610,7 +9610,7 @@ The value is a string or a vector. */) DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0, doc: /* Return the key sequence that invoked this command, as a vector. However, if the command has called `read-key-sequence', it returns -the the last key sequence that has been read. */) +the last key sequence that has been read. */) () { return Fvector (this_command_key_count, -- 2.39.5