Mercurial > emacs
changeset 69586:1e6af832894b
(debug-help-follow): Adapt comment to change in help-mode.el.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 20 Mar 2006 00:38:09 +0000 |
parents | 5df134d9ab7f |
children | ddaea7e69d4f |
files | lisp/emacs-lisp/debug.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)