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

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

[elpa] externals/denote 91cf9e409e 4/4: Merge pull request #76 from jean


From: ELPA Syncer
Subject: [elpa] externals/denote 91cf9e409e 4/4: Merge pull request #76 from jeanphilippegg/update-docstring
Date: Fri, 5 Aug 2022 02:57:29 -0400 (EDT)

branch: externals/denote
commit 91cf9e409ef9d424f33e2e961a827eb928aa8400
Merge: aeb394789e 399f6a794d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: GitHub <noreply@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"))



reply via email to

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