branch: externals/denote commit 354d29db272ba8fa3c381f261a843bb4b158ff34 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make small change to the doc string of denote-query-sorting The functionality to sort query buffers was introduced by Lucas Quintana in pull request 594: <https://github.com/protesilaos/denote/pull/594>. Lucas has assigned copyright to the Free Software Foundation. --- denote.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index bd198ac8ac..1397bdb73d 100644 --- a/denote.el +++ b/denote.el @@ -5136,9 +5136,8 @@ files in a custom manner. The value is passed as the COMPONENT argument to the `denote-sort-files' function. That means it can be a symbol among `denote-sort-components' or a function which performs the sorting. -The user can also call the function `denote-query-sort-last-search' in -order to sort file names interactively and temporarily in the query -buffer." +The user can also call the command `denote-query-sort-last-search' in +order to sort file names interactively in the query buffer." :type '(radio (const :tag "Don't sort (default)" nil) (const :tag "Sort by identifier" identifier)