From: Eli Zaretskii Date: Sat, 3 Aug 2019 09:59:18 +0000 (+0300) Subject: Minor doc fix in etags.el X-Git-Tag: emacs-27.0.90~1738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ae1191e5b012030176a8ec2c39e66b6a8401779;p=emacs.git Minor doc fix in etags.el * lisp/progmodes/etags.el (etags-xref-find-definitions-tag-order): Doc fix. (Bug#32510) --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index a052ad2ce56..78f27295f0c 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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)