aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/edebug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 54325c87b6d..e9c767961cd 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -3323,7 +3323,7 @@ With prefix ARG, set temporary break at current point and go."
3323 3323
3324 3324
3325(defun edebug-goto-here () 3325(defun edebug-goto-here ()
3326 "Proceed to this stop point." 3326 "Proceed to first stop-point at or after current position of point."
3327 (interactive) 3327 (interactive)
3328 (edebug-go-mode t)) 3328 (edebug-go-mode t))
3329 3329