* mu4e/mu4e-contacts.el (mu4e-compose-complete-max): update type+doc

This commit is contained in:
Ruijie Yu 2023-05-10 12:05:16 +08:00
parent 0ed7dc2102
commit aee0f72600
1 changed files with 5 additions and 6 deletions

View File

@ -57,15 +57,14 @@ time-based restriction."
:group 'mu4e-compose) :group 'mu4e-compose)
(defcustom mu4e-compose-complete-max nil (defcustom mu4e-compose-complete-max nil
"Consider only the top-n contacts. "Limit the amount of contacts for completion, nil for no limits.
After considering the other After considering the other constraints
constraints (`mu4e-compose-complete-addresses' and \(`mu4e-compose-complete-addresses' and
`mu4e-compose-complete-only-after'), pick only the highest-ranked `mu4e-compose-complete-only-after'), pick only the highest-ranked
<n>. <n>.
This reduces start-up time and memory usage. Set to nil for no Lowering this variable reduces start-up time and memory usage."
limits." :type '(choice natnum (const :tag "No limits" nil))
:type 'string
:group 'mu4e-compose) :group 'mu4e-compose)
;; names and mail-addresses can be mapped onto their canonical ;; names and mail-addresses can be mapped onto their canonical