aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/descr-text.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index a352ed0849c..5f1a4304342 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -619,7 +619,7 @@ relevant to POS."
619 (let ((name 619 (let ((name
620 (or (get-char-code-property char 'name) 620 (or (get-char-code-property char 'name)
621 (get-char-code-property char 'old-name)))) 621 (get-char-code-property char 'old-name))))
622 (if name 622 (if (and name (assoc-string name (ucs-names)))
623 (format 623 (format
624 "type \"C-x 8 RET %x\" or \"C-x 8 RET %s\"" 624 "type \"C-x 8 RET %x\" or \"C-x 8 RET %s\""
625 char name) 625 char name)