diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-17 22:02:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-17 22:02:49 +0000 |
commit | c519f68fa90c4a9a138e2e4c4d697ac1145bdd75 (patch) | |
tree | a4412b1118f798f5a53621f9bfc4f3e7b232a915 /lisp/emacs-lisp | |
parent | 3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e (diff) | |
download | emacs-c519f68fa90c4a9a138e2e4c4d697ac1145bdd75.tar.gz emacs-c519f68fa90c4a9a138e2e4c4d697ac1145bdd75.tar.bz2 emacs-c519f68fa90c4a9a138e2e4c4d697ac1145bdd75.zip |
(debugger-frame-clear): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-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) |