diff options
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r-- | lisp/emacs-lisp/debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index f8c1f862f69..ed5f1ae493d 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -320,7 +320,7 @@ Applies to the frame whose line point is on in the backtrace." (beginning-of-line)) (defun debugger-frame-clear () - "Do not enter to debugger when this frame exits. + "Do not enter debugger when this frame exits. Applies to the frame whose line point is on in the backtrace." (interactive) (beginning-of-line) |