Mercurial > emacs
changeset 80766:5b586079d8ce
(edebug): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 28 Aug 2008 10:55:29 +0000 |
parents | 81a5535bfe2d |
children | ba80844316f4 |
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 Wed Aug 27 18:49:12 2008 +0000 +++ b/lisp/emacs-lisp/edebug.el Thu Aug 28 10:55:29 2008 +0000 @@ -4075,7 +4075,7 @@ (defun edebug (&optional edebug-arg-mode &rest debugger-args) "Replacement for `debug'. -If we are running an edebugged function,show where we last were. +If we are running an edebugged function, show where we last were. Otherwise call `debug' normally." ;; (message "entered: %s depth: %s edebug-recursion-depth: %s" ;; edebug-entered (recursion-depth) edebug-recursion-depth) (sit-for 1)