branch: externals/denote
commit 1524175e80ca9d10497e46d185a04b6f6706c0c8
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    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.")

Reply via email to