mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-13 15:39:02 +00:00
Improve documentation of "C-u C-x ="
* doc/emacs/mule.texi (International Chars): Mention the composition information displayed by "C-u C-x =". (Bug#42256)
This commit is contained in:
parent
1f52771fd3
commit
136e931189
1 changed files with 7 additions and 1 deletions
|
@ -192,13 +192,19 @@ What keys to type to input the character in the current input method
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The character's encodings, both internally in the buffer, and externally
|
The character's encodings, both internally in the buffer, and externally
|
||||||
if you were to save the file.
|
if you were to save the buffer to a file.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If you are running Emacs on a graphical display, the font name and
|
If you are running Emacs on a graphical display, the font name and
|
||||||
glyph code for the character. If you are running Emacs on a text
|
glyph code for the character. If you are running Emacs on a text
|
||||||
terminal, the code(s) sent to the terminal.
|
terminal, the code(s) sent to the terminal.
|
||||||
|
|
||||||
|
@item
|
||||||
|
If the character was composed on display with any following characters
|
||||||
|
to form one or more grapheme clusters, the composition information:
|
||||||
|
the font glyphs if the frame is on a graphical display, else the
|
||||||
|
characters that were composed.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The character's text properties (@pxref{Text Properties,,,
|
The character's text properties (@pxref{Text Properties,,,
|
||||||
elisp, the Emacs Lisp Reference Manual}), including any non-default
|
elisp, the Emacs Lisp Reference Manual}), including any non-default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue