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

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

[elpa] externals/denote f04fb92eae 13/14: Remove potentially confusing s


From: ELPA Syncer
Subject: [elpa] externals/denote f04fb92eae 13/14: Remove potentially confusing statement in doc
Date: Wed, 10 Aug 2022 01:57:30 -0400 (EDT)

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

    Remove potentially confusing statement in doc
    
    The reason is that the function itself does not handle that case.  The
    DATE is determined elsewhere.
---
 denote.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index c37672079e..2d528c46b3 100644
--- a/denote.el
+++ b/denote.el
@@ -787,8 +787,7 @@ provided by `denote'.  FILETYPE is one of the values of
   (format-time-string "%F" date))
 
 (defun denote--date (date file-type)
-  "Expand the DATE in an appropriate format for FILE-TYPE.
-If DATE is nil, use the current date."
+  "Expand DATE in an appropriate format for FILE-TYPE."
   (let ((format denote-date-format))
     (cond
      ((stringp format)



reply via email to

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