[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 6035d777cd 07/12: Update the documentation of de
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 6035d777cd 07/12: Update the documentation of denote-after-new-note-hook |
Date: |
Thu, 15 Feb 2024 00:58:20 -0500 (EST) |
branch: externals/denote
commit 6035d777cd5f1789ddd6c5ef2b7490b9a05035a4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Update the documentation of denote-after-new-note-hook
---
denote.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/denote.el b/denote.el
index 92a010f2cc..2d8b06e10f 100644
--- a/denote.el
+++ b/denote.el
@@ -505,12 +505,12 @@ the default value of the user option
`denote-commands-for-new-notes')."
(defcustom denote-after-rename-file-hook nil
"Normal hook called after a succesful Denote rename operation.
-This covers `denote-rename-file', `denote-dired-rename-files',
+This affects the behaviour of the commands `denote-rename-file',
+`denote-dired-rename-files', `denote-rename-file-using-front-matter',
`denote-dired-rename-marked-files-with-keywords',
-`denote-rename-file-using-front-matter',
`denote-dired-rename-marked-files-using-front-matter',
`denote-keywords-add', `denote-keywords-remove', and any other
-command building on top of them."
+command that builds on top of them."
:group 'denote
:package-version '(denote . "3.0.0")
:type 'hook)
- [elpa] externals/denote updated (127c9a38a8 -> b82da20d5d), ELPA Syncer, 2024/02/15
- [elpa] externals/denote edac33337c 01/12: Avoid keeping opened buffers in `denote-link-return-links`, ELPA Syncer, 2024/02/15
- [elpa] externals/denote 13a64f7709 02/12: Merge branch 'protesilaos:main' into main, ELPA Syncer, 2024/02/15
- [elpa] externals/denote 2f122d374f 03/12: Merge pull request #252 from mattyonweb/main, ELPA Syncer, 2024/02/15
- [elpa] externals/denote f978dd746d 04/12: Acknowledge mattyonweb for commit edac333, ELPA Syncer, 2024/02/15
- [elpa] externals/denote 969367db4b 06/12: Update the documentation of the user option denote-rename-no-confirm, ELPA Syncer, 2024/02/15
- [elpa] externals/denote 1646c43bc3 05/12: Make denote-keywords-{add, remove} honour denote-rename-no-confirm, ELPA Syncer, 2024/02/15
- [elpa] externals/denote 6035d777cd 07/12: Update the documentation of denote-after-new-note-hook,
ELPA Syncer <=
- [elpa] externals/denote 489e59e61c 08/12: Move denote-keywords-{add, remove} where the renaming commands are, ELPA Syncer, 2024/02/15
- [elpa] externals/denote 5a53344bbd 09/12: Make denote-save-buffer-after-creation a user option and document it, ELPA Syncer, 2024/02/15
- [elpa] externals/denote 79e5ec02d3 11/12: Update the documentation of denote-keywords-{add,remove}; group as "rename", ELPA Syncer, 2024/02/15
- [elpa] externals/denote b82da20d5d 12/12: Clarify that all convenience commands append to the denote-prompts, ELPA Syncer, 2024/02/15
- [elpa] externals/denote c6ef5ec335 10/12: Define aliases for denote-keywords-{add, remove}, ELPA Syncer, 2024/02/15