mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Remove outdated info in docstring of denote-directory-files
This commit is contained in:
parent
df44843766
commit
9e893fb82c
16
README.org
16
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue