From 6e717f33489c37c18dff421319436cc65d8c042c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 28 Aug 2008 10:55:29 +0000 Subject: [PATCH] (edebug): Fix typo in docstring. --- lisp/emacs-lisp/edebug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT