From: Eshel Yaron Date: Tue, 20 Aug 2024 07:57:52 +0000 (+0200) Subject: ; * cobra.el (cobra-completion-table): Add TODO comment. X-Git-Tag: v0.4.0~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=868dddbd001ecd6d1042bc158295a9ee8710e08e;p=kubed.git ; * cobra.el (cobra-completion-table): Add TODO comment. --- 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.