aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2006-03-20 04:44:47 +0000
committerLuc Teirlinck <[email protected]>2006-03-20 04:44:47 +0000
commita5f1e15451fe0dd65b49c4925e3a4461201406eb (patch)
tree3270e6794e8d53416fe4c3d6fb69b1e4d18ff92d /lisp/emacs-lisp/debug.el
parentc287ad03b14e4030a683307e66b14ca90a09c10d (diff)
(debug-help-follow): Revert last change.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r--lisp/emacs-lisp/debug.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 34f24f01b9..0c79a3eae9 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -660,10 +660,9 @@ Complete list of commands:
For the cross-reference format, see `help-make-xrefs'."
(interactive "d")
(require 'help-mode)
- ;; Ideally we'd just do (call-interactively 'help-follow-symbol)
- ;; except that this assumes we're already in a *Help* buffer and
- ;; reuses it, so it ends up incorrectly "reusing" the *Backtrace*
- ;; buffer to show the help info.
+ ;; Ideally we'd just do (call-interactively 'help-follow) except that this
+ ;; assumes we're already in a *Help* buffer and reuses it, so it ends up
+ ;; incorrectly "reusing" the *Backtrace* buffer to show the help info.
(unless pos
(setq pos (point)))
(unless (push-button pos)