[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company 64a3787db7 14/24: Copy edit
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company 64a3787db7 14/24: Copy edit |
Date: |
Tue, 27 Aug 2024 00:57:44 -0400 (EDT) |
branch: externals/company
commit 64a3787db7cce0d85dc484efd689b1ca3dceb509
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
Copy edit
---
company.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/company.el b/company.el
index f1b8c9d2f6..cf07446221 100644
--- a/company.el
+++ b/company.el
@@ -397,8 +397,8 @@ return value should be a list of candidates that match the
prefix.
Non-prefix matches are also supported (candidates that don't start with the
prefix, but match it in some backend-defined way). Backends that use this
-feature must disable cache (return t to `no-cache') and might also want to
-respond to `match'.
+feature must disable cache (return t in response to `no-cache') and might
+also want to handle `match'.
Optional commands
=================
- [elpa] externals/company 587a2ba3ce 03/24: Better text, (continued)
- [elpa] externals/company 587a2ba3ce 03/24: Better text, ELPA Syncer, 2024/08/27
- [elpa] externals/company 09e52cb8ad 09/24: Support combining `expand-common` across grouped backends, ELPA Syncer, 2024/08/27
- [elpa] externals/company f907fb3468 02/24: Fix test failure, ELPA Syncer, 2024/08/27
- [elpa] externals/company a427c330ca 04/24: Support different prefixes inside a backend group, ELPA Syncer, 2024/08/27
- [elpa] externals/company f38e649244 11/24: Add expand-common support in company-dabbrev-code and company-etags, ELPA Syncer, 2024/08/27
- [elpa] externals/company d8f18dcf06 12/24: company--expand-common: Don't rely on company-common, ELPA Syncer, 2024/08/27
- [elpa] externals/company de19f899d1 15/24: Add possible return value `no-match` to `expand-common`, ELPA Syncer, 2024/08/27
- [elpa] externals/company a79bfd7cea 19/24: Fix multi-backend completion right after a trigger char, ELPA Syncer, 2024/08/27
- [elpa] externals/company 39a4aee31c 16/24: Delete piece of code unused since 36aae5183, ELPA Syncer, 2024/08/27
- [elpa] externals/company 225d27d392 17/24: Update one test (1) and fix another (2), ELPA Syncer, 2024/08/27
- [elpa] externals/company 64a3787db7 14/24: Copy edit,
ELPA Syncer <=
- [elpa] externals/company df4f6e9ea3 21/24: company--common-or-matches: Synchronize with 'match' more, ELPA Syncer, 2024/08/27
- [elpa] externals/company 8a4872a81b 23/24: company-capf--current-boundaries only for matching completions, ELPA Syncer, 2024/08/27
- [elpa] externals/company e1d331a64e 24/24: [ci skip] Remove parens, ELPA Syncer, 2024/08/27
- [elpa] externals/company 36aae5183a 13/24: company--multi-expand-common: Simplify the compatibility check, ELPA Syncer, 2024/08/27
- [elpa] externals/company 71fad0b38a 06/24: Delete a no-op line, ELPA Syncer, 2024/08/27
- [elpa] externals/company 4ba6dcb874 22/24: Merge pull request #1488 from company-mode/expand-common, ELPA Syncer, 2024/08/27
- [elpa] externals/company 82e7f81dcb 07/24: Support complete-common in backends with boundaries and no `expand-common`, ELPA Syncer, 2024/08/27
- [elpa] externals/company cb3b67122d 01/24: company-complete-common: Generalized "expand common" behavior, ELPA Syncer, 2024/08/27
- [elpa] externals/company 7b849c0c6f 18/24: Mo tests and some fixes, ELPA Syncer, 2024/08/27
- [elpa] externals/company b2b9b19f9a 20/24: Update the NEWS entry, ELPA Syncer, 2024/08/27