diff options
author | David Pathakjee <dpathakjee@gmail.com> | 2019-02-17 16:08:33 -0800 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-02-18 19:13:04 +0200 |
commit | 5dc4e51e516ba563c4ca5ddffdb29fcfbb2ac221 (patch) | |
tree | 78bf9dacb2f405ee07a985277bebcf08e9fda1de /lisp/emacs-lisp | |
parent | 76ef80591bce3973e40e6fe56e119fd7d31698e3 (diff) | |
download | emacs-5dc4e51e516ba563c4ca5ddffdb29fcfbb2ac221.tar.gz emacs-5dc4e51e516ba563c4ca5ddffdb29fcfbb2ac221.tar.bz2 emacs-5dc4e51e516ba563c4ca5ddffdb29fcfbb2ac221.zip |
* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index fd169a4fe4e..abfbfa81511 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -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). |