* lisp/progmodes/xref.el (xref--insert-xrefs): Expand help-echo string.
(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>
'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")))))