aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2014-12-30 21:54:03 +0200
committerDmitry Gutov2014-12-30 21:54:03 +0200
commit0d7f85fbca16fbbce83e8d41387218c97c09cf45 (patch)
tree3f9f3d25641b4bcd179fa6e198c95e69d0acf8ab /lisp/ChangeLog
parent01827de4518c8da974821da0439f2ad4984d49da (diff)
downloademacs-0d7f85fbca16fbbce83e8d41387218c97c09cf45.tar.gz
emacs-0d7f85fbca16fbbce83e8d41387218c97c09cf45.zip
(xref-find-definitions): Mention "no identifier at point" case
* lisp/progmodes/xref.el (xref-find-definitions): Mention "no identifier at point" case in the docstring.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6249a3084bb..9bbc92eb733 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12014-12-30 Dmitry Gutov <dgutov@yandex.ru> 12014-12-30 Dmitry Gutov <dgutov@yandex.ru>
2 2
3 * progmodes/xref.el (xref-find-definitions): Mention "no
4 identifier at point" case in the docstring.
5
3 * menu-bar.el (menu-bar-goto-uses-etags-p): New function. 6 * menu-bar.el (menu-bar-goto-uses-etags-p): New function.
4 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name' 7 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
5 and `separator-tag-file' items. 8 and `separator-tag-file' items.