branch: elpa/vcomplete commit 0f5505cd54214790bde06849839675bd438fcd49 Author: Daniel Semyonov <dan...@dsemy.com> Commit: Daniel Semyonov <dan...@dsemy.com>
; Add a link to the relevant part of the manual for 'vcomplete-auto-update' --- vcomplete.el | 1 + 1 file changed, 1 insertion(+) diff --git a/vcomplete.el b/vcomplete.el index 757a388ff4..8eea9d7223 100644 --- a/vcomplete.el +++ b/vcomplete.el @@ -80,6 +80,7 @@ "Whether the `*Completions*' buffer should open and update automatically. Non-nil means automatically open and update. Otherwise, operate according to `completion-auto-help'." + :link '(info-link "(Vcomplete)Customization") :type '(radio (const :tag "Automatically open and update" t) (const :tag "Operate according to `completion-auto-help'" nil))