projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9468ab2
)
* lisp/progmodes/xref.el (xref-search-program): Fix typo.
author
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 2 Apr 2022 01:34:52 +0000
(
04:34
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 2 Apr 2022 01:34:52 +0000
(
04:34
+0300)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 870dad61a449c2055e897f8b91cb3c587b4be4dc..277934c08a25831bcf7427ba1d1576cf630b055d 100644
(file)
--- 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"
u
grep)
(symbol :tag "User defined"))
:version "28.1"
:package-version '(xref . "1.0.4"))