changeset 63556:96c3254c37c5

(edebug-goto-here): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 17 Jun 2005 14:32:46 +0000
parents c449f070995c
children 6a1d35d4ea03
files lisp/emacs-lisp/edebug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))