comparison lisp/emacs-lisp/edebug.el @ 63556:96c3254c37c5

(edebug-goto-here): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 17 Jun 2005 14:32:46 +0000
parents de8468617bbf
children da180163f2f6
comparison
equal deleted inserted replaced
63555:c449f070995c 63556:96c3254c37c5
3321 ;; ------------------------------------------------------------ 3321 ;; ------------------------------------------------------------
3322 ;; The following use the mode changing commands and breakpoints. 3322 ;; The following use the mode changing commands and breakpoints.
3323 3323
3324 3324
3325 (defun edebug-goto-here () 3325 (defun edebug-goto-here ()
3326 "Proceed to this stop point." 3326 "Proceed to first stop-point at or after current position of point."
3327 (interactive) 3327 (interactive)
3328 (edebug-go-mode t)) 3328 (edebug-go-mode t))
3329 3329
3330 3330
3331 (defun edebug-stop () 3331 (defun edebug-stop ()