[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
- [elpa] externals/denote updated (dcd92c4ac6 -> 0377530250), ELPA Syncer, 2024/09/20
- [elpa] externals/denote 7ddff697fc 02/10: Make a sample code a bit more robust, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 126238c9c1 03/10: add `denote-journal-extra-path-to-new-or-existing-entry', ELPA Syncer, 2024/09/20
- [elpa] externals/denote 433422758a 06/10: Tweak denote-journal-extra-path-to-new-or-existing-entry, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 3694b19cd3 09/10: Untabify and reindent the main file, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 0377530250 10/10: Fix typo in doc string,
ELPA Syncer <=
- [elpa] externals/denote ee2d92859e 04/10: Merge pull request #443 from brabalan/denote-journal-extra-path-to-new-or-existing-entry, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 1ddf6787dc 05/10: Merge branch 'main' of github.com:protesilaos/denote, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 7fd4160a99 01/10: Remove an empty line, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 09e4c6692f 07/10: Placate the compiler about 'denote-file-type', ELPA Syncer, 2024/09/20
- [elpa] externals/denote cd6bfb03fa 08/10: Make stylistic change to denote-link--buffer-prompt, ELPA Syncer, 2024/09/20