branch: externals/cape
commit 0a7885ab7dc57c6a75510c68398976e1494e5894
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Update readme
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 2a4fe4fe5e..f7f3591f7f 100644
--- a/README.org
+++ b/README.org
@@ -141,7 +141,7 @@ small example completion backend, which can be used with 
both
     ('prefix
      (when-let (beg (save-excursion
                       (and (re-search-backward "[;:]" (pos-bol) t) (point))))
-       (cons (buffer-substring-no-properties beg (point)) t)))
+       (list (buffer-substring-no-properties beg (point)) "" t)))
     ('candidates (all-completions arg demo-alist))
     ('annotation (concat " " (cdr (assoc arg demo-alist))))
     ('post-completion

Reply via email to