From: Dmitry Gutov Date: Sat, 2 Apr 2022 01:34:52 +0000 (+0300) Subject: * lisp/progmodes/xref.el (xref-search-program): Fix typo. X-Git-Tag: emacs-29.0.90~1931^2~829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d62b43f760a5fd998bcb93d16e4f7c85a9ea02bc;p=emacs.git * lisp/progmodes/xref.el (xref-search-program): Fix typo. --- 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"))