emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 3adf83fea2 08/15: Clarify denote-dired-mode docs


From: ELPA Syncer
Subject: [elpa] externals/denote 3adf83fea2 08/15: Clarify denote-dired-mode docstring
Date: Wed, 10 Aug 2022 02:57:35 -0400 (EDT)

branch: externals/denote
commit 3adf83fea221ad1e118810f4960317aef1551dd9
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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

[Prev in Thread] Current Thread [Next in Thread]