branch: externals/kubed commit 868dddbd001ecd6d1042bc158295a9ee8710e08e Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
; * 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 20acf200fe..91c975a675 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.