emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 5dc4e51: * lisp/emacs-lisp/debug.el (debug-on-var


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 5dc4e51: * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)
Date: Mon, 18 Feb 2019 12:16:33 -0500 (EST)

branch: emacs-26
commit 5dc4e51e516ba563c4ca5ddffdb29fcfbb2ac221
Author: David Pathakjee <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix.  (Bug#34518)
    
    Copyright-paperwork-exempt: yes
---
 lisp/emacs-lisp/debug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index fd169a4..abfbfa8 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).
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]