1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Use format-prompt' in describe-char-fold-equivalences'

* lisp/char-fold.el (describe-char-fold-equivalences): Use `format-prompt'.
This commit is contained in:
Robert Pluim 2022-09-02 15:09:48 +02:00
parent 965ebf3484
commit 513c5d827d

View File

@ -439,7 +439,9 @@ non-nil, means also include partially matching ligatures and
non-canonical equivalences."
(interactive (list (ignore-errors
(read-char-by-name
"Unicode name, single char, or hex, default all: " t))
(format-prompt "Unicode name, single char, or hex"
"all")
t))
current-prefix-arg))
(require 'help-fns)
(let ((help-buffer-under-preparation t))