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

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

[elpa] master 478f124 087/173: company-dabbrev-code-modes: Improve Custo


From: Dmitry Gutov
Subject: [elpa] master 478f124 087/173: company-dabbrev-code-modes: Improve Customize labels
Date: Thu, 23 Jun 2016 00:28:40 +0000 (UTC)

branch: master
commit 478f124b74841c76df1f246f781cc9c80bfd0d3a
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    company-dabbrev-code-modes: Improve Customize labels
---
 company-dabbrev-code.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company-dabbrev-code.el b/company-dabbrev-code.el
index cbe8d3f..9331087 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.



reply via email to

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