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

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

[elpa] externals/denote e8ec8b8eb4 1/3: Make minor format tweaks to 'den


From: ELPA Syncer
Subject: [elpa] externals/denote e8ec8b8eb4 1/3: Make minor format tweaks to 'denote-modules'
Date: Fri, 16 Dec 2022 02:57:31 -0500 (EST)

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

    Make minor format tweaks to 'denote-modules'
---
 denote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/denote.el b/denote.el
index f133d9cdd2..69e2ca54b6 100644
--- a/denote.el
+++ b/denote.el
@@ -3353,7 +3353,7 @@ module enables integration with another Emacs built-in 
feature.
 See `denote-modules-available' for the modules currently
 available.  Set this user option as a list of NAME; for example:
 
-    \(project xref ffap\)
+    (project xref ffap)
 
 When customized in Customize UI, it presents a set of checkboxes,
 each box checked adds NAME of the module to the list.
@@ -3367,8 +3367,8 @@ or set it in your configuration."
   :set #'denote-modules-set
   :package-version '(denote . "1.2.0")
   :type
-  '(set (const :tag "Project integration"                     project)
-        (const :tag "Xref integration                          " xref)
+  '(set (const :tag "Project integration" project)
+        (const :tag "Xref integration " xref)
         (const :tag "Integration with find-file-at-point `ffap'" ffap)))
 
 ;;;; project.el integration



reply via email to

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