emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 8310587734: vertico-multiform: Expand docstring


From: ELPA Syncer
Subject: [elpa] externals/vertico 8310587734: vertico-multiform: Expand docstring
Date: Sun, 9 Jan 2022 18:57:57 -0500 (EST)

branch: externals/vertico
commit 8310587734250814be9b21483253017ffd0f6399
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    vertico-multiform: Expand docstring
---
 extensions/vertico-multiform.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/extensions/vertico-multiform.el b/extensions/vertico-multiform.el
index db65682ccb..446d132db0 100644
--- a/extensions/vertico-multiform.el
+++ b/extensions/vertico-multiform.el
@@ -64,14 +64,16 @@
   "Alist of commands/regexps and list of settings to turn on per command.
 Takes precedence over `vertico-multiform-categories'. A setting can
 either be a mode symbol, a function, an inverted mode symbol or
-function, or a cons cell of variable name and value."
+function, or a cons cell of variable name and value. The key t can be
+used to specify catch all/default settings."
   :group 'vertico
   :type '(alist :key-type (choice symbol regexp (const t)) :value-type (repeat 
sexp)))
 
 (defcustom vertico-multiform-categories nil
   "Alist of categories/regexps and list of settings to turn on per category.
-See `vertico-multiform-commands' on details about the settings.
-Has lower precedence than `vertico-multiform-commands'."
+See `vertico-multiform-commands' on details about the settings. The
+category settings have lower precedence than
+`vertico-multiform-commands'."
   :group 'vertico
   :type '(alist :key-type (choice symbol regexp (const t)) :value-type (repeat 
sexp)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]