]> code.delx.au - gnu-emacs/commitdiff
(edebug-goto-here): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 17 Jun 2005 14:32:46 +0000 (14:32 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 17 Jun 2005 14:32:46 +0000 (14:32 +0000)
lisp/emacs-lisp/edebug.el

index 54325c87b6d098ace3d3f343ec91255904729eec..e9c767961cd489ec7e5627159dbf82af7d2a28b3 100644 (file)
@@ -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))