]> code.delx.au - gnu-emacs-elpa/commitdiff
company-dabbrev-code-modes: Improve Customize labels
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 8 Dec 2015 21:40:12 +0000 (23:40 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 8 Dec 2015 21:40:12 +0000 (23:40 +0200)
company-dabbrev-code.el

index cbe8d3f96ff845758a048eaca901bfbc2d1210fd..9331087ab565faee4ce6991f69d275b2c90ccd6e 100644 (file)
@@ -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.