From: Luc Teirlinck Date: Fri, 17 Jun 2005 14:32:46 +0000 (+0000) Subject: (edebug-goto-here): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~8831 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a33e9f1ca3a461f6b318ba97ff77556d6fac300;p=emacs.git (edebug-goto-here): Doc fix. --- 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))