Improve documentation of "C-u C-x ="
* doc/emacs/mule.texi (International Chars): Update the composition information displayed by "C-u C-x =". (Bug#42256)
This commit is contained in:
parent
46a0c115f0
commit
7b0216fbc0
2 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ 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
|
||||
the font glyphs if the frame is on a graphical display, and the
|
||||
characters that were composed.
|
||||
|
||||
@item
|
||||
|
|
|
|||
|
|
@ -775,7 +775,7 @@ The character information includes:
|
|||
(setq glyph (lgstring-glyph gstring from)))
|
||||
(insert (format " %S\n" glyph))
|
||||
(setq from (1+ from)))
|
||||
(insert "from these character(s):\n")
|
||||
(insert "from these characters:\n")
|
||||
(dotimes (i (lgstring-char-len gstring))
|
||||
(let ((char (lgstring-char gstring i)))
|
||||
(insert (format " %c (#x%x) %s\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue