From 868dddbd001ecd6d1042bc158295a9ee8710e08e Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 20 Aug 2024 09:57:52 +0200 Subject: [PATCH] ; * cobra.el (cobra-completion-table): Add TODO comment. --- cobra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra.el b/cobra.el index 20acf20..91c975a 100644 --- a/cobra.el +++ b/cobra.el @@ -67,7 +67,7 @@ Perform completion action A on string S with predicate P." lines))) ;; `code' encodes "completion directives", as follows: ;; #b000001: An error occurred, ignore completions. - ;; #b000010: Don't add space after completion. + ;; #b000010: Don't add space after completion. (TODO.) ;; #b000100: Don't fall back to file completion. ;; #b001000: Completions are really file extension filters. ;; #b010000: Complete directory names. -- 2.39.2