]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/xref.el (xref-search-program): Fix typo.
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 2 Apr 2022 01:34:52 +0000 (04:34 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 2 Apr 2022 01:34:52 +0000 (04:34 +0300)
lisp/progmodes/xref.el

index 870dad61a449c2055e897f8b91cb3c587b4be4dc..277934c08a25831bcf7427ba1d1576cf630b055d 100644 (file)
@@ -1745,7 +1745,7 @@ utility function used by commands like `dired-do-find-regexp' and
   :type '(choice
           (const :tag "Use Grep" grep)
           (const :tag "Use ripgrep" ripgrep)
-          (const :tag "Use ugrep" grep)
+          (const :tag "Use ugrep" ugrep)
           (symbol :tag "User defined"))
   :version "28.1"
   :package-version '(xref . "1.0.4"))