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

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

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


From: ELPA Syncer
Subject: [elpa] externals/denote d1d3c28fb9: Fix typo in doc string
Date: Sun, 18 Sep 2022 14:57:31 -0400 (EDT)

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

    Fix typo in doc string
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 090cd0d4f5..0ef50a2f12 100644
--- a/denote.el
+++ b/denote.el
@@ -1497,14 +1497,14 @@ If file does not exist, invoke `denote' to create a 
file."
 
 ;;;###autoload
 (defun denote-open-or-create-with-date ()
-  "Invoke `denote-link-or-create' but also prompt for date.
+  "Invoke `denote-open-or-create' but also prompt for date.
 
 The date can be in YEAR-MONTH-DAY notation like 2022-06-30 or
 that plus the time: 2022-06-16 14:30.  When the user option
 `denote-date-prompt-use-org-read-date' is non-nil, the date
 prompt uses the more powerful Org+calendar system.
 
-This is the equivalent to calling `denote-link-or-create' when
+This is the equivalent to calling `denote-open-or-create' when
 `denote-prompts' is set to \\='(date title keywords)."
   (declare (interactive-only t))
   (interactive)



reply via email to

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