mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
(cancel-debug-on-entry): Mention default in minibuffer prompt.
This commit is contained in:
parent
7efb41ae95
commit
922a9de306
1 changed files with 3 additions and 3 deletions
|
|
@ -698,9 +698,9 @@ When called interactively, prompt for FUNCTION in the minibuffer.
|
|||
To specify a nil argument interactively, exit with an empty minibuffer."
|
||||
(interactive
|
||||
(list (let ((name
|
||||
(completing-read "Cancel debug on entry (to function): "
|
||||
(mapcar 'symbol-name debug-function-list)
|
||||
nil t)))
|
||||
(completing-read
|
||||
"Cancel debug on entry to function (default: all functions): "
|
||||
(mapcar 'symbol-name debug-function-list) nil t)))
|
||||
(when name
|
||||
(unless (string= name "")
|
||||
(intern name))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue