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

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

[elpa] externals/denote 9e28fc8a78 04/14: Fix docstring of denote--retri


From: ELPA Syncer
Subject: [elpa] externals/denote 9e28fc8a78 04/14: Fix docstring of denote--retrieve-filename-title
Date: Mon, 15 Aug 2022 23:57:29 -0400 (EDT)

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

    Fix docstring of denote--retrieve-filename-title
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 640bc8e0b9..d511ae37c4 100644
--- a/denote.el
+++ b/denote.el
@@ -791,7 +791,7 @@ contain the newline."
     (error "Cannot find `%s' as a file" file)))
 
 (defun denote--retrieve-filename-title (file)
-  "Extract title from FILE name, else return `file-name-base'"
+  "Extract title from FILE name, else return `file-name-base'."
   (if (and (file-exists-p file)
            (denote--file-has-identifier-p file))
       (denote--desluggify



reply via email to

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