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

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

[elpa] externals/denote d26851f1cc: Make minor correction to documentati


From: ELPA Syncer
Subject: [elpa] externals/denote d26851f1cc: Make minor correction to documentation
Date: Sun, 30 Oct 2022 06:57:36 -0400 (EDT)

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

    Make minor correction to documentation
---
 README.org | 2 +-
 denote.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 34290b7c6b..3ccbdd6892 100644
--- a/README.org
+++ b/README.org
@@ -2634,7 +2634,7 @@ might change them without further notice.
 + Variable ~denote-file-types~ :: Alist of ~denote-file-type~ and
   their format properties.
 
-  Each element is of the form =(SYMBOL . PROPERTY-LIST)=.  =SYMBOL= is
+  Each element is of the form =(SYMBOL PROPERTY-LIST)=.  =SYMBOL= is
   one of those specified in ~denote-file-type~ or an arbitrary symbol
   that defines a new file type.
 
diff --git a/denote.el b/denote.el
index 249878494f..da415a2a00 100644
--- a/denote.el
+++ b/denote.el
@@ -924,7 +924,7 @@ Consult the `denote-file-types' for how this is used."
      :link-in-context-regexp denote-org-link-in-context-regexp))
   "Alist of `denote-file-type' and their format properties.
 
-Each element is of the form (SYMBOL . PROPERTY-LIST).  SYMBOL is
+Each element is of the form (SYMBOL PROPERTY-LIST).  SYMBOL is
 one of those specified in `denote-file-type' or an arbitrary
 symbol that defines a new file type.
 



reply via email to

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