branch: externals/denote commit 36ed254aa07ad560cf3d81a6aba72f7299956f1e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify the doc string of denote-after-new-note-hook --- denote.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/denote.el b/denote.el index ae1edb157e..edad191ed4 100644 --- a/denote.el +++ b/denote.el @@ -431,7 +431,10 @@ The match is performed with `string-match-p'." :type 'string) (defcustom denote-after-new-note-hook nil - "Normal hook that runs after the `denote' command." + "Normal hook that runs after the `denote' command. +This also covers all convenience functions that call `denote' +internally, such as `denote-signature' and `denote-type' (check +the default value of the user option `denote-commands-for-new-notes')." :group 'denote :package-version '(denote . "2.1.0") :type 'hook)