1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

(debug-help-follow): Adapt comment to change in help-mode.el.

This commit is contained in:
Luc Teirlinck 2006-03-20 00:38:09 +00:00
parent cca5ad5c45
commit db13394c30

View 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)