aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/debug.el2
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."
840 840
841When called interactively, prompt for VARIABLE in the minibuffer. 841When called interactively, prompt for VARIABLE in the minibuffer.
842 842
843This works by calling `add-variable-watch' on VARIABLE. If you 843This works by calling `add-variable-watcher' on VARIABLE. If you
844quit from the debugger, this will abort the change (unless the 844quit from the debugger, this will abort the change (unless the
845change is caused by the termination of a let-binding). 845change is caused by the termination of a let-binding).
846 846