mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit(vertico): typo in docstring
This commit is contained in:
committed by
Henrik Lissner
parent
829998e70b
commit
3694969dd4
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +vertico/project-search (&optional arg initial-query directory)
|
(defun +vertico/project-search (&optional arg initial-query directory)
|
||||||
"Peforms a live project search from the project root using ripgrep.
|
"Performs a live project search from the project root using ripgrep.
|
||||||
If ARG (universal argument), include all files, even hidden or compressed ones,
|
If ARG (universal argument), include all files, even hidden or compressed ones,
|
||||||
in the search."
|
in the search."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
|
Reference in New Issue
Block a user