branch: externals/denote commit 553c10a9cc5a917900b3a07b79ffacb987f285c9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak doc string --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 9690fd547d..b808d19b53 100644 --- a/denote.el +++ b/denote.el @@ -207,7 +207,7 @@ is suspended: we use whatever the user wants." (defconst denote--file-regexp (concat denote--file-title-regexp "\\([0-9A-Za-z_-]*\\)\\(\\.?.*\\)") - "Regular expression to match `denote-keywords'.") + "Regular expression to match the entire file name'.") (defconst denote--punctuation-regexp "[][{}!@#$%^&*()_=+'\"?,.\|;:~`‘’“”]*" "Regular expression of punctionation that should be removed.