nit(vertico): typo in docstring
This commit is contained in:
parent
829998e70b
commit
3694969dd4
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue