]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)
authorDavid Pathakjee <dpathakjee@gmail.com>
Mon, 18 Feb 2019 00:08:33 +0000 (16:08 -0800)
committerEli Zaretskii <eliz@gnu.org>
Mon, 18 Feb 2019 17:13:04 +0000 (19:13 +0200)
Copyright-paperwork-exempt: yes

lisp/emacs-lisp/debug.el

index fd169a4fe4e7a43fdbb41759cc91a1c9f5144fb4..abfbfa8151191ec0205862c8c6dc33a00984ae10 100644 (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).