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

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

[elpa] externals/denote 22ef6df7c4: Disambiguate buffer-file-name to pla


From: ELPA Syncer
Subject: [elpa] externals/denote 22ef6df7c4: Disambiguate buffer-file-name to placate compiler
Date: Sat, 6 Aug 2022 02:57:28 -0400 (EDT)

branch: externals/denote
commit 22ef6df7c4e949a5d0217db1e892040e3df20dfd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Disambiguate buffer-file-name to placate compiler
---
 denote.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/denote.el b/denote.el
index c8a9796ed2..4130cc2c98 100644
--- a/denote.el
+++ b/denote.el
@@ -1365,10 +1365,10 @@ The operation does the following:
 ;;;###autoload
 (defun denote-rename-file-using-front-matter (file)
   "Rename FILE using its front matter as input.
-When called interactively, FILE is the `buffer-file-name' which
-is subsequently inspected for the requisite front matter.  It is
-thus implied that the FILE has a file type that is supported by
-Denote, per `denote-file-type'.
+When called interactively, FILE is the return value of the
+function `buffer-file-name' which is subsequently inspected for
+the requisite front matter.  It is thus implied that the FILE has
+a file type that is supported by Denote, per `denote-file-type'.
 
 Ask for confirmation, showing the difference between the old and
 the new file names.  Refrain from performing the operation if the



reply via email to

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