branch: externals/denote-journal
commit 5f0001481c254bf9dc628e985732c58ae481649b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Change denote-journal-signature doc string to suppress an error about wrong 
format of single quote
---
 denote-journal.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-journal.el b/denote-journal.el
index ebf1302a26..6b4c61a8d2 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -96,7 +96,7 @@ journal entry should be defined as a new parent sequence.  
Thus:
 
     (setq denote-journal-signature
           (lambda ()
-            (denote-sequence-get-new 'parent)))"
+            (denote-sequence-get-new (quote parent))))"
   :type '(choice
           (const :tag "No predefined signature" nil)
           (string :tag "The predefined signature to use for new entries")

Reply via email to