summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-03-20 00:38:09 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-03-20 00:38:09 +0000
commitdb13394c30127d2100423850a6142e8ca43c11c2 (patch)
tree5feab75763b8fdcfb20e03ba4ae2ea3434c2674e /lisp/emacs-lisp/debug.el
parentcca5ad5c451a5ed03b2402ad8ecc3c60d1831c43 (diff)
downloademacs-db13394c30127d2100423850a6142e8ca43c11c2.tar.gz
(debug-help-follow): Adapt comment to change in help-mode.el.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r--lisp/emacs-lisp/debug.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 0c79a3eae9b..34f24f01b9e 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -660,9 +660,10 @@ 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) 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-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.
(unless pos
(setq pos (point)))
(unless (push-button pos)