aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-17 22:02:49 +0000
committerRichard M. Stallman1998-05-17 22:02:49 +0000
commitc519f68fa90c4a9a138e2e4c4d697ac1145bdd75 (patch)
treea4412b1118f798f5a53621f9bfc4f3e7b232a915
parent3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e (diff)
downloademacs-c519f68fa90c4a9a138e2e4c4d697ac1145bdd75.tar.gz
emacs-c519f68fa90c4a9a138e2e4c4d697ac1145bdd75.zip
(debugger-frame-clear): Doc fix.
-rw-r--r--lisp/emacs-lisp/debug.el2
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."
320 (beginning-of-line)) 320 (beginning-of-line))
321 321
322(defun debugger-frame-clear () 322(defun debugger-frame-clear ()
323 "Do not enter to debugger when this frame exits. 323 "Do not enter debugger when this frame exits.
324Applies to the frame whose line point is on in the backtrace." 324Applies to the frame whose line point is on in the backtrace."
325 (interactive) 325 (interactive)
326 (beginning-of-line) 326 (beginning-of-line)