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

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

[elpa] externals/denote 0377530250 10/10: Fix typo in doc string


From: ELPA Syncer
Subject: [elpa] externals/denote 0377530250 10/10: Fix typo in doc string
Date: Fri, 20 Sep 2024 09:57:57 -0400 (EDT)

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

    Fix typo in doc string
---
 denote-journal-extras.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-journal-extras.el b/denote-journal-extras.el
index a6976db3a7..37f282ebe6 100644
--- a/denote-journal-extras.el
+++ b/denote-journal-extras.el
@@ -181,7 +181,7 @@ the `denote' function.  It is internally processed by
 
 If there are multiple journal entries for the date, prompt for one among
 them using minibuffer completion.  If there is only one, return it.  If
-there can be no journal entry, return nil."
+there is no journal entry, return nil."
   (let* ((internal-date (denote-parse-date date))
          (files (denote-journal-extras--entry-today internal-date)))
     (cond



reply via email to

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