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

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

[nongnu] elpa/hyperdrive bbd78c6361 23/30: Docs: Update customization op


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive bbd78c6361 23/30: Docs: Update customization option docs
Date: Wed, 6 Sep 2023 18:59:44 -0400 (EDT)

branch: elpa/hyperdrive
commit bbd78c63619f82cef81506cd5d0a51a2d6d92ee2
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Docs: Update customization option docs
---
 doc/hyperdrive-manual.org | 9 ++++-----
 hyperdrive-vars.el        | 1 -
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/doc/hyperdrive-manual.org b/doc/hyperdrive-manual.org
index 188ef53318..e171c3c543 100644
--- a/doc/hyperdrive-manual.org
+++ b/doc/hyperdrive-manual.org
@@ -475,11 +475,10 @@ customize-group RET hyperdrive RET~:
   for hyperdrive directories. Passed to ~display-buffer~, which see.
 
 #+vindex: hyperdrive-directory-sort
-- ~hyperdrive-directory-sort~ :: Column by which directory entries are
-  sorted.  Internally, a cons cell of (KEY . PREDICATE), the KEY being
-  the `hyperdrive-entry' accessor function and the PREDICATE being the
-  appropriate function (e.g. `time-less-p' for
-  `hyperdrive-entry-mtime', `<' for `hyperdrive-entry-size', etc).
+- ~hyperdrive-directory-sort~ :: Column by which directory entries are sorted.
+Internally, a cons cell of (COLUMN . DIRECTION), the COLUMn being one
+of the directory listing columns (~name~, ~size~, or ~mtime~) and
+DIRECTION being one of ~:ascending~ or ~:descending~.
 
 #+vindex: hyperdrive-history-display-buffer-action
 - ~hyperdrive-history-display-buffer-action~ :: Display buffer action
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index ef27ad4cf9..4007df5c4c 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -94,7 +94,6 @@ Passed to `display-buffer', which see."
                  (sexp :tag "Other")))
 
 (defcustom hyperdrive-directory-sort '(name . :ascending)
-  ;; TODO(doc): Document change.
   "Column by which directory entries are sorted.
 Internally, a cons cell of (COLUMN . DIRECTION), the COLUMn being
 one of the directory listing columns (\\+`name', \\+`size', or



reply via email to

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