diff options
author | Glenn Morris <rgm@gnu.org> | 2018-09-15 09:20:32 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-09-15 09:20:32 -0700 |
commit | 9e79d59790809387707852e6d1b691d1bfbf2327 (patch) | |
tree | b18125d7befbcdad78f2cafb805d0db45c030318 /doc/lispref/commands.texi | |
parent | ffbe561ee5acb0b9edc5f4c995c287fb2485c315 (diff) | |
parent | e133b630625d6e5791c8b491c1cf3252cdb97080 (diff) | |
download | emacs-9e79d59790809387707852e6d1b691d1bfbf2327.tar.gz |
Merge from origin/emacs-26
e133b63 (origin/emacs-26) Avoid adverse side effects of fixing bug#21824
cc8f334 Document changes called out in NEWS
20ecc52 ; * etc/NEWS: Document recent change in 'thing-at-point'.
1fc5283 ; INSTALL: Fix a typo in the last commit.
24f240d Tiny doc updates re yum/dnf etc
41c2d25 Remove unused variable
1e3b3fa Fix (thing-at-point 'list) regression (Bug#31772)
219893a Clarify meaning of '*'
41cdda2 * etc/PROBLEMS: Document Ubuntu 16.04 issue.
1c22f03 Increase default value for imenu-auto-rescan-maxout
ee84389 Improve recent change to ELisp manual
ff374e4 * doc/lispref/display.texi (SVG Images): Improve wording.
3a0caf6 * doc/lispref/display.texi (SVG Images): Fix a typo. (Bug#32...
Conflicts:
doc/lispref/lists.texi
etc/NEWS
Diffstat (limited to 'doc/lispref/commands.texi')
-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, @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) |