Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4052e7bb
Commit
4052e7bb
authored
May 16, 2002
by
Juanma Barranquero
Browse files
(Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
parent
6afa5404
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/keyboard.c
src/keyboard.c
+2
-2
No files found.
src/keyboard.c
View file @
4052e7bb
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment