Tweak file and defgroup descriptions

This commit is contained in:
Protesilaos Stavrou 2022-06-07 17:21:49 +03:00
parent 9a2c501cd4
commit 418a21dccb
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
4 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
;;; denote-dired.el --- Integration of denote with Dired -*- lexical-binding: t -*-
;;; denote-dired.el --- Integration between Denote and Dired -*- lexical-binding: t -*-
;; Copyright (C) 2022 Protesilaos Stavrou
@ -36,8 +36,8 @@
(require 'denote)
(defgroup denote-dired ()
"Simple tool for plain text notes."
:group 'files)
"Integration between Denote and Dired."
:group 'denote)
(defvar dired-font-lock-keywords)

View file

@ -1,4 +1,4 @@
;;; denote-link.el --- Link facility for denote -*- lexical-binding: t -*-
;;; denote-link.el --- Link facility for Denote -*- lexical-binding: t -*-
;; Copyright (C) 2022 Protesilaos Stavrou
@ -31,8 +31,8 @@
(require 'denote)
(defgroup denote-link ()
"Simple tool for plain text notes."
:group 'files)
"Link facility for Denote."
:group 'denote)
;;; User options

View file

@ -52,8 +52,8 @@
(require 'denote)
(defgroup denote-org-capture ()
"Simple tool for plain text notes."
:group 'files)
"Integration between denote and Org Capture."
:group 'denote)
(defcustom denote-org-capture-specifiers "%l\n%i\n%?"
"String with format specifiers for `org-capture-templates'.

View file

@ -1,4 +1,4 @@
;;; denote.el --- Simple notes with a strict file name scheme -*- lexical-binding: t -*-
;;; denote.el --- Simple notes with a strict file-naming scheme -*- lexical-binding: t -*-
;; Copyright (C) 2022 Protesilaos Stavrou
@ -36,7 +36,7 @@
;;; Code:
(defgroup denote ()
"Simple tool for plain text notes."
"Simple notes with a strict file-naming scheme."
:group 'files)
;;;; User options