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:
parent
965ebf3484
commit
513c5d827d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user