Skip to content

Commit

Permalink
(debugger-frame-clear): Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed May 17, 1998
1 parent 69f3530 commit 47ff09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/emacs-lisp/debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 47ff09b

Please sign in to comment.