branch: externals/denote
commit 4e2f0c8d9e91a9a86e9a007ef5b092864cb6a20d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Reword statement in docstring
---
denote.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/denote.el b/denote.el
index 94bc132a28..1996e0bab4 100644
--- a/denote.el
+++ b/denote.el
@@ -946,8 +946,7 @@ When called from Lisp, all arguments are optional.
(defun denote--title-prompt (&optional default-title)
"Read file title for `denote'.
-
-Optional DEFAULT-TITLE is used as the default value."
+With optional DEFAULT-TITLE use it as the default value."
(let ((format (if default-title
(format "File title [%s]: " default-title)
"File title: ")))