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

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

[elpa] externals/denote c2440dcd94 2/2: Write argument in denote-open-or


From: ELPA Syncer
Subject: [elpa] externals/denote c2440dcd94 2/2: Write argument in denote-open-or-create doc string
Date: Mon, 26 Sep 2022 08:57:30 -0400 (EDT)

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

    Write argument in denote-open-or-create doc string
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index c9c3810784..59485c5d52 100644
--- a/denote.el
+++ b/denote.el
@@ -1492,7 +1492,7 @@ set to \\='(template title keywords)."
 
 ;;;###autoload
 (defun denote-open-or-create (target)
-  "Visit file in variable `denote-directory'.
+  "Visit TARGET file in variable `denote-directory'.
 If file does not exist, invoke `denote' to create a file."
   (interactive (list (denote-file-prompt)))
   (if (file-exists-p target)



reply via email to

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