aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2015-01-20 04:52:48 +0200
committerDmitry Gutov2015-01-20 04:52:48 +0200
commit3ca37be9e754ca7e593736a31f0124722011d900 (patch)
tree4fda775b63a83cdebbc7134ab7d4ee65457af846 /lisp/ChangeLog
parent05fb53a16c00bd4067ddd6d6a18c6744b91bd1f2 (diff)
downloademacs-3ca37be9e754ca7e593736a31f0124722011d900.tar.gz
emacs-3ca37be9e754ca7e593736a31f0124722011d900.zip
Expand xref help-echo string
* lisp/progmodes/xref.el (xref--insert-xrefs): Expand help-echo string.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3f7182d50dc..cabad65d8c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,6 +6,7 @@
6 (xref-location-marker): New method implementation. 6 (xref-location-marker): New method implementation.
7 7
8 * progmodes/xref.el: Mention that xref-location is an EIEIO class. 8 * progmodes/xref.el: Mention that xref-location is an EIEIO class.
9 (xref--insert-xrefs): Expand help-echo string.
9 10
102015-01-19 Dmitry Gutov <dgutov@yandex.ru> 112015-01-19 Dmitry Gutov <dgutov@yandex.ru>
11 12