branch: externals/denote commit 91cf9e409ef9d424f33e2e961a827eb928aa8400 Merge: aeb394789e 399f6a794d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: GitHub <nore...@github.com>
Merge pull request #76 from jeanphilippegg/update-docstring 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"))