From: Juanma Barranquero Date: Thu, 28 Aug 2008 10:55:29 +0000 (+0000) Subject: (edebug): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.2.92~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e717f33489c37c18dff421319436cc65d8c042c;p=emacs.git (edebug): Fix typo in docstring. --- diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 151fc4fad7b..aefb7218e10 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -4075,7 +4075,7 @@ Global commands prefixed by `global-edebug-prefix': (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)