mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(cancel-debug-on-entry): Mention default in minibuffer prompt.
This commit is contained in:
parent
7efb41ae95
commit
922a9de306
@ -698,9 +698,9 @@ When called interactively, prompt for FUNCTION in the minibuffer.
|
|||||||
To specify a nil argument interactively, exit with an empty minibuffer."
|
To specify a nil argument interactively, exit with an empty minibuffer."
|
||||||
(interactive
|
(interactive
|
||||||
(list (let ((name
|
(list (let ((name
|
||||||
(completing-read "Cancel debug on entry (to function): "
|
(completing-read
|
||||||
(mapcar 'symbol-name debug-function-list)
|
"Cancel debug on entry to function (default: all functions): "
|
||||||
nil t)))
|
(mapcar 'symbol-name debug-function-list) nil t)))
|
||||||
(when name
|
(when name
|
||||||
(unless (string= name "")
|
(unless (string= name "")
|
||||||
(intern name))))))
|
(intern name))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user