[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote db31cca8fa 02/10: Clarify denote-sort-components
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote db31cca8fa 02/10: Clarify denote-sort-components docstring |
Date: |
Thu, 30 Nov 2023 00:57:46 -0500 (EST) |
branch: externals/denote
commit db31cca8fa3a88f380e4b4a3d806be3e32188772
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Clarify denote-sort-components docstring
---
denote-sort.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-sort.el b/denote-sort.el
index f61c585df8..c94ccdbfcd 100644
--- a/denote-sort.el
+++ b/denote-sort.el
@@ -46,7 +46,7 @@
"String comparison function used by `denote-sort-files' subroutines.")
(defvar denote-sort-components '(title keywords signature identifier)
- "List of sorting keys applicable for `denote-sort-files'.")
+ "List of sorting keys applicable for `denote-sort-files' and related.")
(defmacro denote-sort--define (component)
"Define Denote sort function for file name COMPONENT."
- [elpa] externals/denote updated (edeaaa735e -> 97f34bdc0c), ELPA Syncer, 2023/11/30
- [elpa] externals/denote cf3c2b8cbe 03/10: Change the arity of denote-sort-files to make only REVERSE be optional, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 1999217a51 06/10: Make sorting work for missing components; remove the macro, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 0ed067e5a8 05/10: Rename symbols for consistency; make denote-sort-component-prompt public, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 97f34bdc0c 10/10: Document denote-sort.el, with 'denote-sort-dired' in particular, ELPA Syncer, 2023/11/30
- [elpa] externals/denote db31cca8fa 02/10: Clarify denote-sort-components docstring,
ELPA Syncer <=
- [elpa] externals/denote 3cd4999d1c 01/10: Rename denote-sort-files-keys to denote-sort-components; change to list of symbols, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 4050bf6caf 08/10: Fix denote-org-dblock-add-files case of REVERSE without SORT-BY-COMPONENT, ELPA Syncer, 2023/11/30
- [elpa] externals/denote c98e793eef 07/10: Make 'denote-files' Org dynamic block leverage denote-sort, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 1318e4175e 04/10: Tweak denote-sort-files for clarity, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 59f2a61caf 09/10: Document sorting facilities for 'denote-files' Org dynamic block, ELPA Syncer, 2023/11/30