1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Expand xref help-echo string

* lisp/progmodes/xref.el (xref--insert-xrefs): Expand help-echo string.
This commit is contained in:
Dmitry Gutov 2015-01-20 04:52:48 +02:00
parent 05fb53a16c
commit 3ca37be9e7
2 changed files with 2 additions and 1 deletions

View 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")))))