From 8a33e9f1ca3a461f6b318ba97ff77556d6fac300 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 17 Jun 2005 14:32:46 +0000 Subject: [PATCH] (edebug-goto-here): Doc fix. --- lisp/emacs-lisp/edebug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (defun edebug-goto-here () - "Proceed to this stop point." + "Proceed to first stop-point at or after current position of point." (interactive) (edebug-go-mode t)) -- 2.39.2