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