]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve describe-char buffer extremely slightly
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 26 Sep 2021 07:05:38 +0000 (09:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 27 Sep 2021 02:21:00 +0000 (04:21 +0200)
* lisp/descr-text.el (describe-char): Add a colon to further
signify that we're talking about the following line (bug#50795).

lisp/descr-text.el

index 7ab90d08acc8c724d507cd29b1d411b7d9548587..98871164f2aa9cd48586d15eedc90797c8559c2b 100644 (file)
@@ -677,7 +677,7 @@ The character information includes:
                   (let ((display (describe-char-display pos char)))
                     (if (display-graphic-p (selected-frame))
                         (if display
-                            (concat "by this font (glyph code)\n    " display)
+                            (concat "by this font (glyph code):\n    " display)
                           "no font available")
                       (if display
                           (format "terminal code %s" display)