From ae451ff754b975d27de05a114095c815c644d295 Mon Sep 17 00:00:00 2001 From: 45mm <45mm@no.mail> Date: Thu, 18 Jan 2024 16:18:44 +0530 Subject: [PATCH] docs(vertico): mention `:args` option in docstring --- modules/completion/vertico/autoload/vertico.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/completion/vertico/autoload/vertico.el b/modules/completion/vertico/autoload/vertico.el index 0bfd9e00f..0199d431d 100644 --- a/modules/completion/vertico/autoload/vertico.el +++ b/modules/completion/vertico/autoload/vertico.el @@ -13,7 +13,9 @@ :in PATH Sets what directory to base the search out of. Defaults to the current project's root. :recursive BOOL - Whether or not to search files recursively from the base directory." + Whether or not to search files recursively from the base directory. +:args LIST + Arguments to be appended to `consult-ripgrep-args'." (declare (indent defun)) (unless (executable-find "rg") (user-error "Couldn't find ripgrep in your PATH"))