]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug-help-follow): Revert last change.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 20 Mar 2006 04:44:47 +0000 (04:44 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 20 Mar 2006 04:44:47 +0000 (04:44 +0000)
lisp/emacs-lisp/debug.el

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