branch: externals/denote commit 0377530250105a688bfb6cdeb566ae6acb1f125a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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