branch: elpa/hyperdrive
commit 0d04b9b2ea55952287b6c3c81ba5ba0a45b60823
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Change: (hyperdrive-entry) Improve docstring
---
 hyperdrive-lib.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index d7e09bbec7..00ffcbcd3c 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -71,7 +71,9 @@ Passes ARGS to `format-message'."
   (size nil :documentation "Size of file.")
   (version nil :documentation "Hyperdrive version specified in entry's URL.")
   (type nil :documentation "MIME type of the entry.")
-  (etc nil :documentation "Alist for extra data about the entry."))
+  (etc nil :documentation "Alist for extra data about the entry.
+- display-name :: Displayed in directory view instead of name.
+- target :: Link fragment to jump to."))
 
 (cl-defstruct (hyperdrive (:constructor h/create)
                           (:copier nil))

Reply via email to