]> git.eshelyaron.com Git - emacs.git/commitdiff
Expand xref help-echo string
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 20 Jan 2015 02:52:48 +0000 (04:52 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 20 Jan 2015 02:52:48 +0000 (04:52 +0200)
* lisp/progmodes/xref.el (xref--insert-xrefs): Expand help-echo string.

lisp/ChangeLog
lisp/progmodes/xref.el

index 3f7182d50dcda210bf6e6116cffcf187c503ccac..cabad65d8c76eb07cd1b146abc5fb1859820f6b7 100644 (file)
@@ -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  <dgutov@yandex.ru>
 
index 536096f612fc175caa7d276ab303c9158724f716..92144cf8049ec7e1cf1d2c1d08d18706be322dc3 100644 (file)
@@ -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")))))