mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
Improve describe-char buffer extremely slightly
* lisp/descr-text.el (describe-char): Add a colon to further signify that we're talking about the following line (bug#50795).
This commit is contained in:
parent
58055b5fc3
commit
07ecd81ddd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user