]> git.eshelyaron.com Git - kubed.git/commitdiff
; * cobra.el (cobra-completion-table): Add TODO comment.
authorEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 07:57:52 +0000 (09:57 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 07:57:52 +0000 (09:57 +0200)
cobra.el

index 20acf200fe278cc6be44b9bbd22d24234fc047b6..91c975a675a2e9caa123a364dc8f3ddabf4eddfe 100644 (file)
--- 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.