projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ef805
)
* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)
author
David Pathakjee
<dpathakjee@gmail.com>
Mon, 18 Feb 2019 00:08:33 +0000
(16:08 -0800)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 18 Feb 2019 17:13:04 +0000
(19:13 +0200)
Copyright-paperwork-exempt: yes
lisp/emacs-lisp/debug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/debug.el
b/lisp/emacs-lisp/debug.el
index fd169a4fe4e7a43fdbb41759cc91a1c9f5144fb4..abfbfa8151191ec0205862c8c6dc33a00984ae10 100644
(file)
--- 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-watch
er
' 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).