[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)
- [elpa] externals/denote updated (382cce8b9f -> baf79b494a), ELPA Syncer, 2023/10/19
- [elpa] externals/denote 2a5dfea29b 2/6: Rename denote-change-file-type to avoid confusion, ELPA Syncer, 2023/10/19
- [elpa] externals/denote f7406ef475 1/6: Refine conditionality of denote--file-with-temp-buffer-1, ELPA Syncer, 2023/10/19
- [elpa] externals/denote 36ed254aa0 3/6: Clarify the doc string of denote-after-new-note-hook,
ELPA Syncer <=
- [elpa] externals/denote baf79b494a 6/6: Update error message of denote-dired-rename-marked-files-using-front-matter, ELPA Syncer, 2023/10/19
- [elpa] externals/denote f9fe0c374c 5/6: Renaming with front matter no longer requires buffer save, ELPA Syncer, 2023/10/19
- [elpa] externals/denote c4bbd64e2a 4/6: Reposition denote-change-file-type-and-front-matter, ELPA Syncer, 2023/10/19