]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor doc fix in etags.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Aug 2019 09:59:18 +0000 (12:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Aug 2019 09:59:18 +0000 (12:59 +0300)
* lisp/progmodes/etags.el
(etags-xref-find-definitions-tag-order): Doc fix.  (Bug#32510)

lisp/progmodes/etags.el

index a052ad2ce56b5df678e8674a7bc9128e2dd7f736..78f27295f0cd381af9ee1cd5405587fec0ec6256 100644 (file)
@@ -2029,7 +2029,10 @@ for \\[find-tag] (which see)."
 
 (defvar etags-xref-find-definitions-tag-order '(tag-exact-match-p
                                                 tag-implicit-name-match-p)
-  "Tag order used in `xref-backend-definitions' to look for definitions.")
+  "Tag order used in `xref-backend-definitions' to look for definitions.
+
+If you want `xref-find-definitions' to find the tagged files by their
+file name, add `tag-partial-file-name-match-p' to the list value.")
 
 ;;;###autoload
 (defun etags--xref-backend () 'etags)