emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el
Date: Mon, 20 Mar 2006 00:38:12 +0000

Index: emacs/lisp/emacs-lisp/debug.el
diff -u emacs/lisp/emacs-lisp/debug.el:1.98 emacs/lisp/emacs-lisp/debug.el:1.99
--- emacs/lisp/emacs-lisp/debug.el:1.98 Mon Feb  6 12:20:06 2006
+++ emacs/lisp/emacs-lisp/debug.el      Mon Mar 20 00:38:09 2006
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]