aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2022-04-02 04:34:52 +0300
committerDmitry Gutov2022-04-02 04:34:52 +0300
commitd62b43f760a5fd998bcb93d16e4f7c85a9ea02bc (patch)
treec7a542c01068d51e9ffb69f3443a6a5aa8020f9d
parent9468ab257064bc911ba5ad5cb527f7745d78cff3 (diff)
downloademacs-d62b43f760a5fd998bcb93d16e4f7c85a9ea02bc.tar.gz
emacs-d62b43f760a5fd998bcb93d16e4f7c85a9ea02bc.zip
* lisp/progmodes/xref.el (xref-search-program): Fix typo.
-rw-r--r--lisp/progmodes/xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 870dad61a44..277934c08a2 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -1745,7 +1745,7 @@ utility function used by commands like `dired-do-find-regexp' and
1745 :type '(choice 1745 :type '(choice
1746 (const :tag "Use Grep" grep) 1746 (const :tag "Use Grep" grep)
1747 (const :tag "Use ripgrep" ripgrep) 1747 (const :tag "Use ripgrep" ripgrep)
1748 (const :tag "Use ugrep" grep) 1748 (const :tag "Use ugrep" ugrep)
1749 (symbol :tag "User defined")) 1749 (symbol :tag "User defined"))
1750 :version "28.1" 1750 :version "28.1"
1751 :package-version '(xref . "1.0.4")) 1751 :package-version '(xref . "1.0.4"))