[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive b5651bcfd1 3/3: Tidy: Comment
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive b5651bcfd1 3/3: Tidy: Comment |
Date: |
Fri, 8 Sep 2023 16:00:38 -0400 (EDT) |
branch: elpa/hyperdrive
commit b5651bcfd153cd1d50785d61e214fb0692df2c2d
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Tidy: Comment
---
hyperdrive.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index 04b561c548..e7fac8896b 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -426,7 +426,7 @@ overwrite without prompting."
;; TODO: In BUFFERS, when user attempts to modify the buffer,
;; offer warning like "FILE has been modified in hyperdrive; are
;; you sure you want to edit this buffer?"
- ;; TODO Replace `match-buffers' above with `cl-find-if' if we don't
+ ;; TODO: Replace `match-buffers' above with `cl-find-if' if we don't
;; end up adding a buffer-local variable to each buffer to
;; indicate that the file in the hyperdrive has been modified.
(ignore buffers)