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

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

[elpa] externals/denote 0b5bc23718 3/3: Merge pull request #362 from jea


From: ELPA Syncer
Subject: [elpa] externals/denote 0b5bc23718 3/3: Merge pull request #362 from jeanphilippegg/comment
Date: Sun, 19 May 2024 12:57:43 -0400 (EDT)

branch: externals/denote
commit 0b5bc23718d3c2f4556def359e522057cc7a5e6d
Merge: b2c2106020 519f9b4598
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: GitHub <noreply@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

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