emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7b0216f: Improve documentation of "C-u C-x ="


From: Juri Linkov
Subject: master 7b0216f: Improve documentation of "C-u C-x ="
Date: Mon, 13 Jul 2020 20:12:17 -0400 (EDT)

branch: master
commit 7b0216fbc0a1051e6f3bee5bf6c2435b2b3a1ddf
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    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)
---
 doc/emacs/mule.texi | 2 +-
 lisp/descr-text.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 0f07d28..6eff0ca 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -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
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index 4de1a7b..6246f59 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]