]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug-help-follow): Adapt comment to change in help-mode.el.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 20 Mar 2006 00:38:09 +0000 (00:38 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 20 Mar 2006 00:38:09 +0000 (00:38 +0000)
lisp/emacs-lisp/debug.el

index 0c79a3eae9b88c10ab2daa7b8db7faf3186ee6bc..34f24f01b9e4791995d10d4b0505d7ef7181b6d4 100644 (file)
@@ -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)