emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 ee84389: Improve recent change to ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ee84389: Improve recent change to ELisp manual
Date: Tue, 11 Sep 2018 14:34:05 -0400 (EDT)

branch: emacs-26
commit ee843895cb5aaac9837162bfe740067e9a5d2403
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve recent change to ELisp manual
    
    * doc/lispref/commands.texi (Keyboard Events): Add index entry
    for "character event".  (Bug#32562)
---
 doc/lispref/commands.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 3e74f05..49c839a 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1075,12 +1075,13 @@ the current Emacs session.  If a symbol has not yet 
been so used,
 @subsection Keyboard Events
 @cindex keyboard events
 
address@hidden 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
address@hidden 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]