From: David Pathakjee Date: Mon, 18 Feb 2019 00:08:33 +0000 (-0800) Subject: * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518) X-Git-Tag: emacs-26.1.92~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dc4e51;p=emacs.git * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518) Copyright-paperwork-exempt: yes --- 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).