Clarify `debug' doc string

* lisp/emacs-lisp/debug.el (debug): Mention that inhibit-redisplay
will inhibit the function.
This commit is contained in:
Lars Ingebrigtsen 2019-09-23 02:13:26 +02:00
parent ff7560b6ff
commit 4eac64fcf2

View file

@ -163,7 +163,10 @@ of the evaluator.
You may call with no args, or you may pass nil as the first arg and
any other args you like. In that case, the list of args after the
first will be printed into the backtrace buffer."
first will be printed into the backtrace buffer.
If `inhibit-redisplay' is non-nil when this function is called,
the debugger will not be entered."
(interactive)
(cond
(inhibit-redisplay