branch: externals/denote
commit 519f9b45988cf11cb43475f315efe262b4af6d87
Author: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>

    Clarify comment in denote--replace-consecutive-token-characters
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 1776b2eca3..fbe6eb2728 100644
--- a/denote.el
+++ b/denote.el
@@ -892,7 +892,7 @@ a single one in str, if necessary according to COMPONENT."
                "=\\{2,\\}" "="
                (replace-regexp-in-string
                 "@\\{2,\\}" "@" str)))))
-    ;; -- are allowed in titles
+    ;; -- are allowed in titles when the default sluggification is disabled
     (if (eq component 'title)
         str
       (replace-regexp-in-string

Reply via email to