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

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

[elpa] externals/denote 813004ea53 032/355: Make outline more consistent


From: ELPA Syncer
Subject: [elpa] externals/denote 813004ea53 032/355: Make outline more consistent and informative
Date: Sun, 26 Jun 2022 23:57:57 -0400 (EDT)

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

    Make outline more consistent and informative
---
 denote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/denote.el b/denote.el
index d1ff2f47d9..311149c04b 100644
--- a/denote.el
+++ b/denote.el
@@ -39,7 +39,7 @@
   "Simple tool for plain text notes."
   :group 'files)
 
-;;; User options
+;;;; User options
 
 (defcustom denote-directory (expand-file-name "~/Documents/notes/")
   "Directory for storing personal notes."
@@ -82,7 +82,7 @@ If nil, show the keywords in their given order."
   :group 'denote
   :type 'boolean)
 
-;;; Main variables
+;;;; Main variables
 
 (defconst denote-id "%Y%m%d_%H%M%S"
   "Format of ID prefix of a note's filename.")
@@ -102,7 +102,7 @@ If nil, show the keywords in their given order."
 (defvar denote-last-buffer nil "Store last buffer.")
 (defvar denote-last-front-matter nil "Store last front-matter.")
 
-;;;; File name helpers
+;;;; File helper functions
 
 (defun denote--directory ()
   "Valid name format for `denote-directory'."



reply via email to

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