emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 36ed254aa0 3/6: Clarify the doc string of denote


From: ELPA Syncer
Subject: [elpa] externals/denote 36ed254aa0 3/6: Clarify the doc string of denote-after-new-note-hook
Date: Thu, 19 Oct 2023 03:58:08 -0400 (EDT)

branch: externals/denote
commit 36ed254aa07ad560cf3d81a6aba72f7299956f1e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]