Remove outdated info in docstring of denote-directory-files

This commit is contained in:
Jean-Philippe Gagné Guay 2024-05-15 22:02:34 -04:00
parent df44843766
commit 9e893fb82c
2 changed files with 7 additions and 12 deletions

View file

@ -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

View file

@ -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.