emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4eac64f: Clarify `debug' doc string


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 4eac64f: Clarify `debug' doc string
Date: Sun, 22 Sep 2019 20:13:34 -0400 (EDT)

branch: master
commit 4eac64fcf21fc54d562d9ac5903ed241c747372b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Clarify `debug' doc string
    
    * lisp/emacs-lisp/debug.el (debug): Mention that inhibit-redisplay
    will inhibit the function.
---
 lisp/emacs-lisp/debug.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 8989aa0..21499f7 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -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



reply via email to

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