[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote cf78f863c3 10/14: Expand the docstring of denote
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote cf78f863c3 10/14: Expand the docstring of denote-rename-file-title |
Date: |
Sun, 30 Jun 2024 06:58:21 -0400 (EDT) |
branch: externals/denote
commit cf78f863c3b030f8f44d7ab6d5cca593a0404fac
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Expand the docstring of denote-rename-file-title
---
denote.el | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 1dd59ea0f2..709c2aafa5 100644
--- a/denote.el
+++ b/denote.el
@@ -3033,7 +3033,14 @@ one-by-one, use `denote-dired-rename-files'."
(defun denote-rename-file-title ()
"Convenience command to change the title of a file.
-Like `denote-rename-file', but prompts only for the title."
+Like `denote-rename-file', but prompts only for the title.
+
+Add or remove a title in one go. Do this by prepopulating the
+minibuffer prompt with the existing title. The user can then modify it
+accordingly. An empty input means to remove the title altogether.
+
+Please check the documentation of `denote-rename-file' with regard to
+how a completion User Interface may accept an empty input."
(declare (interactive-only t))
(interactive)
(let ((denote-prompts '(title)))
- [elpa] externals/denote updated (32d98143fd -> 67f5a7bcea), ELPA Syncer, 2024/06/30
- [elpa] externals/denote b47c9b5738 02/14: Mention in the manual all the 'denote-use-*' variables we have, ELPA Syncer, 2024/06/30
- [elpa] externals/denote c637f7f4cb 01/14: Acknowledge Nick Bell for participating in issue 332, ELPA Syncer, 2024/06/30
- [elpa] externals/denote 54a5b67cef 03/14: Tweak the docstring of denote-fontify-links-mode, ELPA Syncer, 2024/06/30
- [elpa] externals/denote a13919d3b1 06/14: Mention the user option 'denote-file-name-components-order' in more places, ELPA Syncer, 2024/06/30
- [elpa] externals/denote a320cebd6a 09/14: Include denote-rename-file-title in the manual, ELPA Syncer, 2024/06/30
- [elpa] externals/denote 1cfb14f55a 05/14: Use 'make-obsolete-variable' in one case, ELPA Syncer, 2024/06/30
- [elpa] externals/denote cf78f863c3 10/14: Expand the docstring of denote-rename-file-title,
ELPA Syncer <=
- [elpa] externals/denote bf6cc90463 11/14: Expand the docstring of denote-rename-file-keywords, ELPA Syncer, 2024/06/30
- [elpa] externals/denote 5153f01da1 07/14: Rewrite the manual about denote-rename-file-keywords, ELPA Syncer, 2024/06/30
- [elpa] externals/denote 94a2065a71 04/14: Tweak denote-fontify-links-mode-maybe, ELPA Syncer, 2024/06/30
- [elpa] externals/denote c9ba0b5bd0 08/14: Rewrite the section in the manual about denote-rename-file-signature, ELPA Syncer, 2024/06/30
- [elpa] externals/denote 67f5a7bcea 14/14: Add accidentally removed buffer-file-name from denote-fontify-links-mode-maybe, ELPA Syncer, 2024/06/30
- [elpa] externals/denote 05a5334c49 13/14: Update Denote to version 3.0.0, ELPA Syncer, 2024/06/30
- [elpa] externals/denote 9970d09bd6 12/14: Expand the docstring of denote-rename-file-signature, ELPA Syncer, 2024/06/30