# HG changeset patch # User Luc Teirlinck # Date 1119018766 0 # Node ID 96c3254c37c56174679d78d26692a90d66d39f9e # Parent c449f070995c3977be94c406378f3c6b29ee277d (edebug-goto-here): Doc fix. diff -r c449f070995c -r 96c3254c37c5 lisp/emacs-lisp/edebug.el --- a/lisp/emacs-lisp/edebug.el Fri Jun 17 14:30:55 2005 +0000 +++ b/lisp/emacs-lisp/edebug.el Fri Jun 17 14:32:46 2005 +0000 @@ -3323,7 +3323,7 @@ (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))