Clarify `debug' doc string
* lisp/emacs-lisp/debug.el (debug): Mention that inhibit-redisplay will inhibit the function.
This commit is contained in:
parent
ff7560b6ff
commit
4eac64fcf2
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue