summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-06-17 14:32:46 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-06-17 14:32:46 +0000
commit8a33e9f1ca3a461f6b318ba97ff77556d6fac300 (patch)
tree450c00fdb0594f9bb88c4fad34142ef0bbe2bd71 /lisp/emacs-lisp/edebug.el
parent218624259914e204f73c83a49a631eca8bff5a78 (diff)
downloademacs-8a33e9f1ca3a461f6b318ba97ff77556d6fac300.tar.gz
(edebug-goto-here): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r--lisp/emacs-lisp/edebug.el2
1 files changed, 1 insertions, 1 deletions
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))