]> git.eshelyaron.com Git - emacs.git/commit
Clarify documentation of functions reading character events
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Sep 2018 09:46:22 +0000 (12:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Sep 2018 09:46:22 +0000 (12:46 +0300)
commit5cf282d65f10f59f7efa63359dfd2b2e124943da
tree2f46d097912980052ce13faa6433913adc580f72
parent96281c5ee1582ac0c329d09797ab7ab3dbae26d1
Clarify documentation of functions reading character events

* doc/lispref/help.texi (Describing Characters):
* doc/lispref/commands.texi (Keyboard Events)
(Reading One Event, Classifying Events): Make the distinction
between characters and character events more explicit.

* src/keymap.c (Ftext_char_description)
(Fsingle_key_description):
* src/lread.c (Fread_char, Fread_char_exclusive): Doc fixes,
to make a clear distinction between a character input event
and a character code.  (Bug#32562)
doc/lispref/commands.texi
doc/lispref/help.texi
src/keymap.c
src/lread.c