aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-23 02:13:26 +0200
committerLars Ingebrigtsen2019-09-23 02:13:26 +0200
commit4eac64fcf21fc54d562d9ac5903ed241c747372b (patch)
tree937e4c5bd6d13b89cdc2af0accf00603b83030ca
parentff7560b6ffba3d8602debd9a2a5c47509a67d4be (diff)
downloademacs-4eac64fcf21fc54d562d9ac5903ed241c747372b.tar.gz
emacs-4eac64fcf21fc54d562d9ac5903ed241c747372b.zip
Clarify `debug' doc string
* lisp/emacs-lisp/debug.el (debug): Mention that inhibit-redisplay will inhibit the function.
-rw-r--r--lisp/emacs-lisp/debug.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 8989aa07196..21499f75790 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -163,7 +163,10 @@ of the evaluator.
163 163
164You may call with no args, or you may pass nil as the first arg and 164You may call with no args, or you may pass nil as the first arg and
165any other args you like. In that case, the list of args after the 165any other args you like. In that case, the list of args after the
166first will be printed into the backtrace buffer." 166first will be printed into the backtrace buffer.
167
168If `inhibit-redisplay' is non-nil when this function is called,
169the debugger will not be entered."
167 (interactive) 170 (interactive)
168 (cond 171 (cond
169 (inhibit-redisplay 172 (inhibit-redisplay