branch: externals/denote
commit 7aa1c44f4fb9c439b11e54386f92de6e74795323
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add comment about empty value of face
---
denote.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/denote.el b/denote.el
index bf3e654017..0872f243d1 100644
--- a/denote.el
+++ b/denote.el
@@ -1545,8 +1545,9 @@ This is the part of the identifier that covers the hours,
minutes,
and seconds."
:group 'denote-faces)
-(defface denote-faces-title
- '((t ))
+;; TODO 2022-08-10: I believe a nil value has the same effect, though
+;; there is no pressing need to test this.
+(defface denote-faces-title '((t ))
"Face for file name title in Dired buffers."
:group 'denote-faces)