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:
parent
9468ab2570
commit
d62b43f760
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue