diff options
| author | Eli Zaretskii | 2018-09-11 21:33:28 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-09-11 21:33:28 +0300 |
| commit | ee843895cb5aaac9837162bfe740067e9a5d2403 (patch) | |
| tree | 825c1f0a9e6c9201ee75f6c39a6f3e45119764fc | |
| parent | ff374e4491c7b9ba2c3c2838865facf129444a7e (diff) | |
| download | emacs-ee843895cb5aaac9837162bfe740067e9a5d2403.tar.gz emacs-ee843895cb5aaac9837162bfe740067e9a5d2403.zip | |
Improve recent change to ELisp manual
* doc/lispref/commands.texi (Keyboard Events): Add index entry
for "character event". (Bug#32562)
| -rw-r--r-- | doc/lispref/commands.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 3e74f05e4c8..49c839a8971 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, | |||
| 1075 | @subsection Keyboard Events | 1075 | @subsection Keyboard Events |
| 1076 | @cindex keyboard events | 1076 | @cindex keyboard events |
| 1077 | 1077 | ||
| 1078 | @cindex character event | ||
| 1078 | There are two kinds of input you can get from the keyboard: ordinary | 1079 | There are two kinds of input you can get from the keyboard: ordinary |
| 1079 | keys, and function keys. Ordinary keys correspond to (possibly | 1080 | keys, and function keys. Ordinary keys correspond to (possibly |
| 1080 | modified) characters; the events they generate are represented in Lisp | 1081 | modified) characters; the events they generate are represented in Lisp |
| 1081 | as characters. The event type of a character event is the character | 1082 | as characters. The event type of a @dfn{character event} is the |
| 1082 | itself (an integer), which might have some modifier bits set; see | 1083 | character itself (an integer), which might have some modifier bits |
| 1083 | @ref{Classifying Events}. | 1084 | set; see @ref{Classifying Events}. |
| 1084 | 1085 | ||
| 1085 | @cindex modifier bits (of input character) | 1086 | @cindex modifier bits (of input character) |
| 1086 | @cindex basic code (of input character) | 1087 | @cindex basic code (of input character) |