]> git.eshelyaron.com Git - emacs.git/commit
Update documentation on this-command-keys to reflect new behavior
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 7 Oct 2020 04:09:18 +0000 (06:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 7 Oct 2020 04:09:18 +0000 (06:09 +0200)
commit5bc2f37dfbc3751e0b265b911aff3cf723ac4072
tree157c58673e7ae52081037d0f97ba8da3ebe7b306
parent0ab67a65f58e767f73a55f28e37b1a80bfc36682
Update documentation on this-command-keys to reflect new behavior

* doc/lispref/commands.texi (Command Loop Info):
`this-command-keys' does not include the C-u any more, so remove
that from the description and the example
(bug#22107).

* src/keyboard.c (Fthis_single_command_keys): Don't say that
`this-command-keys' returns the C-u prefix (bug#22111).
doc/lispref/commands.texi
src/keyboard.c