From d62b43f760a5fd998bcb93d16e4f7c85a9ea02bc Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 2 Apr 2022 04:34:52 +0300 Subject: [PATCH] * lisp/progmodes/xref.el (xref-search-program): Fix typo. --- lisp/progmodes/xref.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :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")) -- 2.39.2