1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

* lisp/progmodes/xref.el (xref-search-program): Fix typo.

This commit is contained in:
Dmitry Gutov 2022-04-02 04:34:52 +03:00
parent 9468ab2570
commit d62b43f760

View 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"))