]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/xref.el
Update copyright year to 2015
[gnu-emacs] / lisp / progmodes / xref.el
index 8221aebd8711cccf33bb6baa883ab44cbc7c065c..a5ff5ee55ad8a5389747ea9c6f8ec5d0e2cd3ea1 100644 (file)
@@ -1,6 +1,6 @@
 ;; xref.el --- Cross-referencing commands              -*-lexical-binding:t-*-
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
@@ -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))