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

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

[elpa] externals/denote c956a84294 1/2: Clarify denote-excluded-director


From: ELPA Syncer
Subject: [elpa] externals/denote c956a84294 1/2: Clarify denote-excluded-directories-regexp doc
Date: Sat, 10 Dec 2022 22:57:33 -0500 (EST)

branch: externals/denote
commit c956a8429426e2726212cf1270ea70a8d93ad2c3
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Clarify denote-excluded-directories-regexp doc
---
 README.org | 2 ++
 denote.el  | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 83163787ea..3e7b9cde13 100644
--- a/README.org
+++ b/README.org
@@ -671,6 +671,8 @@ File prompts are used by several commands, such as 
~denote-link~ and
 Functions that check for files include ~denote-directory-files~ and
 ~denote-directory-subdirectories~.
 
+The match is performed with ~string-match-p~.
+
 [[#h:c916d8c5-540a-409f-b780-6ccbd90e088e][For developers or advanced users]].
 
 * Renaming files
diff --git a/denote.el b/denote.el
index ffe9ace939..0c52899099 100644
--- a/denote.el
+++ b/denote.el
@@ -390,7 +390,9 @@ File prompts are used by several commands, such as 
`denote-link'
 and `denote-subdirectory'.
 
 Functions that check for files include `denote-directory-files'
-and `denote-directory-subdirectories'."
+and `denote-directory-subdirectories'.
+
+The match is performed with `string-match-p'."
   :group 'denote
   :package-version '(denote . "1.2.0")
   :type 'string)



reply via email to

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