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

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

[elpa] externals/denote 20040e7a2f 11/14: Clarify docstring about 'downc


From: ELPA Syncer
Subject: [elpa] externals/denote 20040e7a2f 11/14: Clarify docstring about 'downcase' function
Date: Wed, 10 Aug 2022 01:57:30 -0400 (EDT)

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

    Clarify docstring about 'downcase' function
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 98caf967fe..06254c6c7d 100644
--- a/denote.el
+++ b/denote.el
@@ -669,7 +669,7 @@ which include the starting dot or the return value of
 
 (defun denote--format-front-matter-keywords (keywords type)
   "Format KEYWORDS according to TYPE for the file's front matter.
-Keywords are downcased."
+Apply `downcase' to KEYWORDS."
   (let ((kw (mapcar #'downcase (denote--sluggify-keywords keywords))))
     (cond
      ((or (eq type 'markdown-toml) (eq type 'markdown-yaml) (eq type 'md))



reply via email to

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