[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)
- [elpa] 16/28: company-buffer-lines: handle multiline display better, (continued)
- [elpa] 16/28: company-buffer-lines: handle multiline display better, Dmitry Gutov, 2014/08/26
- [elpa] 17/28: company-input-noop still seems to be needed in the terminal, Dmitry Gutov, 2014/08/26
- [elpa] 18/28: Skip company-buffer-lines tests in terminal, Dmitry Gutov, 2014/08/26
- [elpa] 19/28: company-pseudo-tooltip-unhide: use local vars, Dmitry Gutov, 2014/08/26
- [elpa] 20/28: company-pseudo-tooltip-unhide: fix rendering at eob, Dmitry Gutov, 2014/08/26
- [elpa] 15/28: Fix the tests, Dmitry Gutov, 2014/08/26
- [elpa] 21/28: Add a comment, Dmitry Gutov, 2014/08/26
- [elpa] 22/28: company--capf-data: use caching, Dmitry Gutov, 2014/08/26
- [elpa] 24/28: Use `company-dabbrev-ignore-case' when searching for candidates, Dmitry Gutov, 2014/08/26
- [elpa] 25/28: Document `company-dabbrev-ignore-case' better, Dmitry Gutov, 2014/08/26
- [elpa] 26/28: company-dabbrev-code-ignore-case: rephrase a bit,
Dmitry Gutov <=
- [elpa] 27/28: Bump the version, Dmitry Gutov, 2014/08/26
- [elpa] 28/28: Merge commit 'f4ffe2b47cf6854ff3bc3ca1717efe1258c01547' from company, Dmitry Gutov, 2014/08/26
- [elpa] 23/28: Fix WRT `keep-prefix', Dmitry Gutov, 2014/08/26