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

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

[elpa] 26/28: company-dabbrev-code-ignore-case: rephrase a bit


From: Dmitry Gutov
Subject: [elpa] 26/28: company-dabbrev-code-ignore-case: rephrase a bit
Date: Wed, 27 Aug 2014 01:26:39 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit b5ee68f132dee438d23636de09631ddec3a732e2
Author: Dmitry Gutov <address@hidden>
Date:   Wed Aug 27 05:10:51 2014 +0400

    company-dabbrev-code-ignore-case: rephrase a bit
---
 company-dabbrev-code.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-dabbrev-code.el b/company-dabbrev-code.el
index 371d908..0566c50 100644
--- a/company-dabbrev-code.el
+++ b/company-dabbrev-code.el
@@ -66,7 +66,7 @@ See also `company-dabbrev-code-time-limit'."
   :type 'boolean)
 
 (defcustom company-dabbrev-code-ignore-case nil
-  "Non-nil to ignore case in completion candidates."
+  "Non-nil to ignore case when collecting completion candidates."
   :type 'boolean)
 
 (defsubst company-dabbrev-code--make-regexp (prefix)



reply via email to

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