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

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

[elpa] externals/corfu d7fbe9d 4/5: README: Expand file path capf docume


From: ELPA Syncer
Subject: [elpa] externals/corfu d7fbe9d 4/5: README: Expand file path capf documentation
Date: Thu, 22 Jul 2021 15:57:09 -0400 (EDT)

branch: externals/corfu
commit d7fbe9d6e813bd6534b81f6f043081ee7b7d00a6
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Expand file path capf documentation
---
 README.org | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index fe8d4d9..8b8bedc 100644
--- a/README.org
+++ b/README.org
@@ -120,11 +120,13 @@
 
 ** File path completion inside strings
 
-   In order to additional complete file paths in string literals, we can reuse
+   In order to additionally complete file paths in string literals, we can 
reuse
    the file path completion of the ~comint-mode~. Comit provides the
    ~comint--complete-file-name-data~ completion-at-point-function (Capf). We 
write
    a small wrapper function ~file-name-at-point~ and register it in the
-   ~completion-at-point-functions~ list for programming language modes.
+   ~completion-at-point-functions~ list for programming language modes. The 
file
+   path Capf will be tried only when the mode-specific Capf did not return
+   results.
 
    #+begin_src emacs-lisp
      (defvar comint-completion-addsuffix)



reply via email to

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