branch: externals/denote
commit 0b5bc23718d3c2f4556def359e522057cc7a5e6d
Merge: b2c2106020 519f9b4598
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #362 from jeanphilippegg/comment
    
    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 16c311f611..a81aa20c13 100644
--- a/denote.el
+++ b/denote.el
@@ -911,7 +911,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