# HG changeset patch # User Luc Teirlinck # Date 1142815089 0 # Node ID 1e6af832894b1f46acd2ed23fff9b45e3c8eb028 # Parent 5df134d9ab7f706f0e4083d51daa7a1ae62bed70 (debug-help-follow): Adapt comment to change in help-mode.el. diff -r 5df134d9ab7f -r 1e6af832894b lisp/emacs-lisp/debug.el --- a/lisp/emacs-lisp/debug.el Sun Mar 19 23:15:40 2006 +0000 +++ b/lisp/emacs-lisp/debug.el Mon Mar 20 00:38:09 2006 +0000 @@ -660,9 +660,10 @@ 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)