]> git.eshelyaron.com Git - emacs.git/commitdiff
(xref-find-definitions): Mention "no identifier at point" case
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 30 Dec 2014 19:54:03 +0000 (21:54 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 30 Dec 2014 19:54:03 +0000 (21:54 +0200)
* lisp/progmodes/xref.el (xref-find-definitions): Mention "no
identifier at point" case in the docstring.

lisp/ChangeLog
lisp/progmodes/xref.el

index 6249a3084bb1b7eb9846cf1ec0bab5df2c33b97a..9bbc92eb733574751d255937acf6b772704b5c9b 100644 (file)
@@ -1,5 +1,8 @@
 2014-12-30  Dmitry Gutov  <dgutov@yandex.ru>
 
+       * progmodes/xref.el (xref-find-definitions): Mention "no
+       identifier at point" case in the docstring.
+
        * menu-bar.el (menu-bar-goto-uses-etags-p): New function.
        (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
        and `separator-tag-file' items.
index 8221aebd8711cccf33bb6baa883ab44cbc7c065c..f3dc4bd4cfd6dacb7d9b7dbe74bc2be751457fcd 100644 (file)
@@ -467,7 +467,8 @@ Return an alist of the form ((FILENAME . (XREF ...)) ...)."
 ;;;###autoload
 (defun xref-find-definitions (identifier)
   "Find the definition of the identifier at point.
-With prefix argument, prompt for the identifier."
+With prefix argument or when there's no identifier at point,
+prompt for it."
   (interactive (list (xref--read-identifier "Find definitions of: ")))
   (xref--find-definitions identifier nil))