]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve recent change to ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 Sep 2018 18:33:28 +0000 (21:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 11 Sep 2018 18:33:28 +0000 (21:33 +0300)
* doc/lispref/commands.texi (Keyboard Events): Add index entry
for "character event".  (Bug#32562)

doc/lispref/commands.texi

index 3e74f05e4c8bf30a17b3a6c0b2e226004a26b0e9..49c839a897146b54816419d5caddffef4a58527c 100644 (file)
@@ -1075,12 +1075,13 @@ the current Emacs session.  If a symbol has not yet been so used,
 @subsection Keyboard Events
 @cindex keyboard events
 
+@cindex character event
 There are two kinds of input you can get from the keyboard: ordinary
 keys, and function keys.  Ordinary keys correspond to (possibly
 modified) characters; the events they generate are represented in Lisp
-as characters.  The event type of a character event is the character
-itself (an integer), which might have some modifier bits set; see
-@ref{Classifying Events}.
+as characters.  The event type of a @dfn{character event} is the
+character itself (an integer), which might have some modifier bits
+set; see @ref{Classifying Events}.
 
 @cindex modifier bits (of input character)
 @cindex basic code (of input character)