X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/c656b25f9e987799bf6b07df761561fb96dda6c2..900ae0d7a2270ea1d2ea00567e80a619333fd4e5:/company-dabbrev-code.el diff --git a/company-dabbrev-code.el b/company-dabbrev-code.el index cbe8d3f96..9331087ab 100644 --- a/company-dabbrev-code.el +++ b/company-dabbrev-code.el @@ -42,8 +42,8 @@ In all these modes (and their derivatives) `company-dabbrev-code' will complete only symbols, not text in comments or strings. In other modes `company-dabbrev-code' will pass control to other backends \(e.g. `company-dabbrev'\). Value t means complete in all modes." - :type '(choice (repeat (symbol :tag "Major mode")) - (const tag "All modes" t))) + :type '(choice (repeat :tag "Some modes" (symbol :tag "Major mode")) + (const :tag "All modes" t))) (defcustom company-dabbrev-code-other-buffers t "Determines whether `company-dabbrev-code' should search other buffers.