branch: externals/denote commit 9e893fb82ced31e9ebb2601051ad7d73ed2c8c8f Author: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com> Commit: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>
Remove outdated info in docstring of denote-directory-files --- README.org | 16 +++++++--------- denote.el | 3 --- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/README.org b/README.org index 154005c4b6..fba881e381 100644 --- a/README.org +++ b/README.org @@ -4234,15 +4234,13 @@ might change them without further notice. #+findex: denote-directory-files + Function ~denote-directory-files~ :: Return list of absolute file paths in variable ~denote-directory~. Files only need to have an - identifier. The return value may thus include file types that are - not implied by ~denote-file-type~. Remember that the variable - ~denote-directory~ accepts a dir-local value, as explained in its - doc string ([[#h:15719799-a5ff-4e9a-9f10-4ca03ef8f6c5][Maintain separate directories for notes]]). With optional - =FILES-MATCHING-REGEXP=, restrict files to those matching the given - regular expression. With optional =OMIT-CURRENT= as a non-nil value, - do not include the current Denote file in the returned list. With - optional =TEXT-ONLY= as a non-nil value, limit the results to text - files that satisfy ~denote-file-is-note-p~. + identifier. The return value may thus include file types that are not + implied by ~denote-file-type~. With optional =FILES-MATCHING-REGEXP=, + restrict files to those matching the given regular expression. With + optional =OMIT-CURRENT= as a non-nil value, do not include the current + Denote file in the returned list. With optional =TEXT-ONLY= as a + non-nil value, limit the results to text files that satisfy + ~denote-file-is-note-p~. #+findex: denote-directory-subdirectories + Function ~denote-directory-subdirectories~ :: Return list of diff --git a/denote.el b/denote.el index d6f569a15a..bd946f8dfe 100644 --- a/denote.el +++ b/denote.el @@ -1026,9 +1026,6 @@ are not backups." Files only need to have an identifier. The return value may thus include file types that are not implied by `denote-file-type'. -Remember that the variable `denote-directory' accepts a dir-local -value, as explained in its doc string. - With optional FILES-MATCHING-REGEXP, restrict files to those matching the given regular expression.