Function: denote--signature-key-regexp
denote--signature-key-regexp is a byte-compiled function defined in
denote.el.
Signature
(denote--signature-key-regexp FILE-TYPE)
Documentation
Return the signature key regexp associated to FILE-TYPE.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote--signature-key-regexp (file-type)
"Return the signature key regexp associated to FILE-TYPE."
(or (plist-get
(alist-get file-type denote-file-types)
:signature-key-regexp)
"^DenoteUserWantsEmptyFieldSoHandleIt")) ; Will not be found