branch: externals/denote
commit 399f6a794d86719bc4c37451026cd51c2ca27d11
Author: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe...@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