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 ;; Copyright (C) 2022 Protesilaos Stavrou
@ -36,8 +36,8 @@
(require 'denote) (require 'denote)
(defgroup denote-dired () (defgroup denote-dired ()
"Simple tool for plain text notes." "Integration between Denote and Dired."
:group 'files) :group 'denote)
(defvar dired-font-lock-keywords) (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 ;; Copyright (C) 2022 Protesilaos Stavrou
@ -31,8 +31,8 @@
(require 'denote) (require 'denote)
(defgroup denote-link () (defgroup denote-link ()
"Simple tool for plain text notes." "Link facility for Denote."
:group 'files) :group 'denote)
;;; User options ;;; User options

View file

@ -52,8 +52,8 @@
(require 'denote) (require 'denote)
(defgroup denote-org-capture () (defgroup denote-org-capture ()
"Simple tool for plain text notes." "Integration between denote and Org Capture."
:group 'files) :group 'denote)
(defcustom denote-org-capture-specifiers "%l\n%i\n%?" (defcustom denote-org-capture-specifiers "%l\n%i\n%?"
"String with format specifiers for `org-capture-templates'. "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 ;; Copyright (C) 2022 Protesilaos Stavrou
@ -36,7 +36,7 @@
;;; Code: ;;; Code:
(defgroup denote () (defgroup denote ()
"Simple tool for plain text notes." "Simple notes with a strict file-naming scheme."
:group 'files) :group 'files)
;;;; User options ;;;; User options