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

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

[elpa] externals/cape 97eacd933d 016/146: README: Update example


From: ELPA Syncer
Subject: [elpa] externals/cape 97eacd933d 016/146: README: Update example
Date: Sun, 9 Jan 2022 20:57:38 -0500 (EST)

branch: externals/cape
commit 97eacd933dc21c5949f52653f41b2fb59ea3b75d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Update example
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 6d5f0a9d88..ce8ebdf6f0 100644
--- a/README.org
+++ b/README.org
@@ -81,7 +81,7 @@ feature is experimental and works only for well-behaved Capfs 
and simple
 completion tables. But it is a start to emulate the corresponding Company 
feature.
 
 #+begin_src emacs-lisp
-  ;; Merge the dabbrev and dict capfs, display candidates together.
+  ;; Merge the dabbrev, dict and keyword capfs, display candidates together.
   (setq-local completion-at-point-functions
-              (list (cape-merge-capfs #'cape-dabbrev-capf #'cape-dict-capf)))
+              (list (cape-merge-capfs #'cape-dabbrev-capf #'cape-dict-capf 
#'cape-keyword-capf)))
 #+end_src



reply via email to

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