]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of "C-u C-x ="
authorJuri Linkov <juri@linkov.net>
Tue, 14 Jul 2020 00:12:06 +0000 (03:12 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 14 Jul 2020 00:12:06 +0000 (03:12 +0300)
* doc/emacs/mule.texi (International Chars): Update the
composition information displayed by "C-u C-x =".  (Bug#42256)

doc/emacs/mule.texi
lisp/descr-text.el

index 0f07d286cda484981b9ddff93f3f25654d2a8077..6eff0ca0d22c148f38c669a564e941391defaf23 100644 (file)
@@ -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
index 4de1a7b7005b46a0acd85c072dba479027a8073e..6246f59d495717e9cf64941297bc65a78d0609bd 100644 (file)
@@ -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"