From: Dmitry Gutov Date: Tue, 20 Jan 2015 02:52:48 +0000 (+0200) Subject: Expand xref help-echo string X-Git-Tag: emacs-25.0.90~2592^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ca37be9e754ca7e593736a31f0124722011d900;p=emacs.git Expand xref help-echo string * lisp/progmodes/xref.el (xref--insert-xrefs): Expand help-echo string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f7182d50dc..cabad65d8c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,7 @@ (xref-location-marker): New method implementation. * progmodes/xref.el: Mention that xref-location is an EIEIO class. + (xref--insert-xrefs): Expand help-echo string. 2015-01-19 Dmitry Gutov diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 536096f612f..92144cf8049 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -458,7 +458,7 @@ GROUP is a string for decoration purposes and XREF is an 'face 'font-lock-keyword-face 'mouse-face 'highlight 'keymap xref--button-map - 'help-echo "mouse-2: display, RET or mouse-1: navigate") + 'help-echo "mouse-2: display in another window, RET or mouse-1: navigate") description)) (when (or more1 more2) (insert "\n")))))