[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 1524175e80 1/2: Reword denote--punctuation-regex
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 1524175e80 1/2: Reword denote--punctuation-regexp doc string |
Date: |
Wed, 20 Jul 2022 00:57:29 -0400 (EDT) |
branch: externals/denote
commit 1524175e80ca9d10497e46d185a04b6f6706c0c8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Reword denote--punctuation-regexp doc string
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 920a707178..391dacc155 100644
--- a/denote.el
+++ b/denote.el
@@ -324,7 +324,7 @@ are described in the doc string of `format-time-string'."
"Regular expression to match supported Denote extensions.")
(defconst denote--punctuation-regexp "[][{}!@#$%^&*()_=+'\"?,.\|;:~`‘’“”/]*"
- "Regular expression of punctionation that should be removed.
+ "Punctionation that is removed from file names.
We consider those characters illigal for our purposes.")
(defvar denote-last-path nil "Store last path.")