1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)

Copyright-paperwork-exempt: yes
This commit is contained in:
David Pathakjee 2019-02-17 16:08:33 -08:00 committed by Eli Zaretskii
parent 76ef80591b
commit 5dc4e51e51

View File

@ -840,7 +840,7 @@ This function is called when SYMBOL's value is modified."
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
change is caused by the termination of a let-binding).