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

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

[elpa] externals/denote 399f6a794d 3/4: Update docstring of denote-renam


From: ELPA Syncer
Subject: [elpa] externals/denote 399f6a794d 3/4: Update docstring of denote-rename-file-using-front-matter
Date: Fri, 5 Aug 2022 02:57:29 -0400 (EDT)

branch: externals/denote
commit 399f6a794d86719bc4c37451026cd51c2ca27d11
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>

    Update docstring of denote-rename-file-using-front-matter
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 777383b368..2a3944532e 100644
--- a/denote.el
+++ b/denote.el
@@ -1373,7 +1373,7 @@ The operation does the following:
 ;;;###autoload
 (defun denote-rename-file-using-front-matter (file)
   "Rename current FILE using its front matter as input.
-This basically is the inverse of `denote-rename-file'"
+The identifier of the file (if any) is never modified."
   (interactive (list (buffer-file-name)))
   (when (buffer-modified-p)
     (user-error "Save buffer before proceeding"))



reply via email to

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