projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58055b5
)
Improve describe-char buffer extremely slightly
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 26 Sep 2021 07:05:38 +0000
(09:05 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/descr-text.el
b/lisp/descr-text.el
index 7ab90d08acc8c724d507cd29b1d411b7d9548587..98871164f2aa9cd48586d15eedc90797c8559c2b 100644
(file)
--- a/
lisp/descr-text.el
+++ b/
lisp/descr-text.el
@@
-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)