* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
76ef80591b
commit
5dc4e51e51
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ This function is called when SYMBOL's value is modified."
|
||||||
|
|
||||||
When called interactively, prompt for VARIABLE in the minibuffer.
|
When called interactively, prompt for VARIABLE in the minibuffer.
|
||||||
|
|
||||||
This works by calling `add-variable-watch' on VARIABLE. If you
|
This works by calling `add-variable-watcher' on VARIABLE. If you
|
||||||
quit from the debugger, this will abort the change (unless the
|
quit from the debugger, this will abort the change (unless the
|
||||||
change is caused by the termination of a let-binding).
|
change is caused by the termination of a let-binding).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue