aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/edebug.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 07a846f5986..c283c168b5e 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -236,7 +236,8 @@ If the result is non-nil, then break. Errors are ignored."
236(defcustom edebug-sit-on-break t 236(defcustom edebug-sit-on-break t
237 "Whether or not to pause for `edebug-sit-for-seconds' on reaching a break." 237 "Whether or not to pause for `edebug-sit-for-seconds' on reaching a break."
238 :type 'boolean 238 :type 'boolean
239 :group 'edebug) 239 :group 'edebug
240 :version "25.2")
240 241
241;;; Form spec utilities. 242;;; Form spec utilities.
242 243