# HG changeset patch # User Juanma Barranquero # Date 1219920929 0 # Node ID 5b586079d8ceacc1e6271f5dbb3ae0c31575f42f # Parent 81a5535bfe2dd43f21aeb821baf638d0695aa52c (edebug): Fix typo in docstring. diff -r 81a5535bfe2d -r 5b586079d8ce lisp/emacs-lisp/edebug.el --- 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)