[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 2c377d4af8 3/8: Clarify 'denote--slug-no-punct'
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 2c377d4af8 3/8: Clarify 'denote--slug-no-punct' doc string |
Date: |
Mon, 22 May 2023 15:57:59 -0400 (EDT) |
branch: externals/denote
commit 2c377d4af80587288fe039c4a37f0b53d714bb6a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Clarify 'denote--slug-no-punct' doc string
---
denote.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index e4b560e0d3..d8e550d978 100644
--- a/denote.el
+++ b/denote.el
@@ -538,7 +538,10 @@ things accordingly.")
(file-name-as-directory (expand-file-name path))))
(defun denote--slug-no-punct (str)
- "Convert STR to a file name slug."
+ "Remove punctuation from STR.
+Concretely, replace with spaces anything that matches the
+`denote-excluded-punctuation-regexp' and
+`denote-excluded-punctuation-extra-regexp'."
(replace-regexp-in-string
(concat denote-excluded-punctuation-regexp
denote-excluded-punctuation-extra-regexp)
- [elpa] externals/denote updated (4b3ba57386 -> 73dfc1f1bc), ELPA Syncer, 2023/05/22
- [elpa] externals/denote 6837f8df06 1/8: Make the creation of 'denote-directory' its own function, ELPA Syncer, 2023/05/22
- [elpa] externals/denote b054600d84 2/8: BREAKING: change default value of 'denote-allow-multi-word-keywords', ELPA Syncer, 2023/05/22
- [elpa] externals/denote 5dc40e40e4 5/8: Fix typo in doc string, ELPA Syncer, 2023/05/22
- [elpa] externals/denote 583e567f65 4/8: Throw an error if denote-sluggify-keywords does not get a list of strings, ELPA Syncer, 2023/05/22
- [elpa] externals/denote 6f99ba8ab5 6/8: Revise docs of two deprecations to mention current development release version, ELPA Syncer, 2023/05/22
- [elpa] externals/denote 2c377d4af8 3/8: Clarify 'denote--slug-no-punct' doc string,
ELPA Syncer <=
- [elpa] externals/denote af2f2c0831 7/8: Clarify doc string of 'denote-desluggify'; add TODO for more, ELPA Syncer, 2023/05/22
- [elpa] externals/denote 73dfc1f1bc 8/8: Write some unit tests (WORK-IN-PROGRESS), ELPA Syncer, 2023/05/22