Add help-echo to xrefs
* lisp/progmodes/xref.el (xref--insert-xrefs): Add `help-echo' property to the references.
This commit is contained in:
parent
6e8fe3f853
commit
f5afaf9ce7
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-01-05 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* progmodes/xref.el (xref--insert-xrefs): Add `help-echo' property
|
||||
to the references.
|
||||
|
||||
2015-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* minibuffer.el (completion-category-defaults): New var.
|
||||
|
|
|
@ -434,7 +434,8 @@ GROUP is a string for decoration purposes and XREF is an
|
|||
(list 'xref-location location
|
||||
'face 'font-lock-keyword-face
|
||||
'mouse-face 'highlight
|
||||
'keymap xref--button-map)
|
||||
'keymap xref--button-map
|
||||
'help-echo "mouse-2: display, RET or mouse-1: navigate")
|
||||
description))
|
||||
(when (or more1 more2)
|
||||
(insert "\n")))))
|
||||
|
|
Loading…
Add table
Reference in a new issue