mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(Info-follow-reference): Display default values in prompts as
`(default ...)', not `(...)'.
This commit is contained in:
parent
88a05faf04
commit
968b7671aa
@ -1352,8 +1352,9 @@ FOOTNOTENAME may be an abbreviation of the reference name."
|
||||
(setq default (car (car completions))))
|
||||
(if completions
|
||||
(let ((input (completing-read (if default
|
||||
(concat "Follow reference named: ("
|
||||
default ") ")
|
||||
(concat
|
||||
"Follow reference named: (default "
|
||||
default ") ")
|
||||
"Follow reference named: ")
|
||||
completions nil t)))
|
||||
(list (if (equal input "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user