Tweak doc strings and one-line description

This commit is contained in:
Protesilaos Stavrou 2022-06-27 07:08:32 +03:00
parent 4f85d0ece8
commit 51b6e74c04
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
;;; denote-org-capture.el --- Integration between denote and org-capture -*- lexical-binding: t -*-
;;; denote-org-capture.el --- Integration between Denote and org-capture -*- lexical-binding: t -*-
;; Copyright (C) 2022 Free Software Foundation, Inc.
@ -58,7 +58,7 @@
(require 'denote)
(defgroup denote-org-capture ()
"Integration between denote and Org Capture."
"Integration between Denote and Org Capture."
:group 'denote)
(defcustom denote-org-capture-specifiers "%l\n%i\n%?"

View File

@ -95,7 +95,7 @@
;;; Code:
(defgroup denote ()
"Simple notes with a strict file-naming scheme."
"Simple notes with an efficient file-naming scheme."
:group 'files)
;;;; User options