We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624a4bf commit 2a3b41eCopy full SHA for 2a3b41e
lisp/forge-topic.el
@@ -469,12 +469,12 @@ can be selected from the start."
469
forge-read-topic-minibuffer-map
470
(current-local-map))))
471
(magit-completing-read
472
- (concat prompt
473
- (substitute-command-keys
474
- (format "\\<forge-read-topic-minibuffer-map>\
475
- (\\[forge-read-topic-lift-limit] for all)")))
476
- (let (all-choices)
477
- (completion-table-dynamic
+ (substitute-command-keys
+ (format "%s \\<%s> (\\[%s] for all)" prompt
+ 'forge-read-topic-minibuffer-map
+ 'forge-read-topic-lift-limit))
+ (completion-table-dynamic
+ (let (all-choices)
478
(lambda (_string)
479
(cond
480
(all-choices)
0 commit comments