summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-17 22:02:49 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-17 22:02:49 +0000
commitc519f68fa90c4a9a138e2e4c4d697ac1145bdd75 (patch)
treea4412b1118f798f5a53621f9bfc4f3e7b232a915 /lisp/emacs-lisp
parent3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e (diff)
downloademacs-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.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."
(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)