branch: externals/denote
commit 54a5b67cefdf9a80dc6e171ab7076c92c8196bda
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Tweak the docstring of denote-fontify-links-mode
---
 denote.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/denote.el b/denote.el
index f35874b86d..5689ad72b0 100644
--- a/denote.el
+++ b/denote.el
@@ -4189,11 +4189,9 @@ To be used as a `thing-at' provider."
 (define-minor-mode denote-fontify-links-mode
   "A minor mode to fontify and fold Denote links.
 
-It is recommended that this mode is enabled only when the current
-buffer is from a denote note and the current buffer is not an
-`org-mode' one; as `org-mode' implemented its own fontification
-of links. You may use `denote-fontify-links-mode-maybe' for this
-purpose."
+Enabled this mode only when the current buffer is a Denote note and the
+major mode is not `org-mode' (or derived therefrom).  Consider using
+`denote-fontify-links-mode-maybe' for this purpose."
   :init-value nil
   :global nil
   :group 'denote

Reply via email to