mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Mention denote-file-has-denoted-filename-p in the manual
This was contributed by Jean-Philippe Gagné Guay as part of the changeset of pull request 491: <https://github.com/protesilaos/denote/pull/491>.
This commit is contained in:
parent
63a6603b62
commit
c68e9bee1e
|
|
@ -5574,6 +5574,13 @@ might change them without further notice.
|
|||
+ Function ~denote-file-has-identifier-p~ :: Return non-nil if =FILE=
|
||||
has a Denote identifier.
|
||||
|
||||
#+findex: denote-file-has-denoted-filename-p
|
||||
+ Function ~denote-file-has-denoted-filename-p~ :: Return non-nil if
|
||||
=FILE= respects the file-naming scheme of Denote. This tests the
|
||||
rules of Denote's file-naming scheme. Sluggification is ignored. It
|
||||
is done by removing all file name components and validating what
|
||||
remains. [ This function is part of {{{development-version}}}. ]
|
||||
|
||||
#+findex: denote-file-has-signature-p
|
||||
+ Function ~denote-file-has-signature-p~ :: Return non-nil if =FILE=
|
||||
has a signature.
|
||||
|
|
|
|||
Loading…
Reference in a new issue