branch: externals/denote
commit 3adf83fea221ad1e118810f4960317aef1551dd9
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Clarify denote-dired-mode docstring
    
    Striclty speaking, this minor mode has no Dired code.  We should revise
    it to add keywords to Dired's and tie the two more closely.
---
 denote.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 0872f243d1..ebaf8be09a 100644
--- a/denote.el
+++ b/denote.el
@@ -1617,7 +1617,9 @@ and seconds."
 
 ;;;###autoload
 (define-minor-mode denote-dired-mode
-  "Fontify all Denote-style file names in Dired."
+  "Fontify all Denote-style file names.
+Add this or `denote-dired-mode-in-directories' to
+`dired-mode-hook'."
   :global nil
   :group 'denote-dired
   (if denote-dired-mode

Reply via email to