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

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

[elpa] externals/denote 4e2f0c8d9e 01/15: Reword statement in docstring


From: ELPA Syncer
Subject: [elpa] externals/denote 4e2f0c8d9e 01/15: Reword statement in docstring
Date: Wed, 10 Aug 2022 02:57:34 -0400 (EDT)

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

    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: ")))



reply via email to

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