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

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

[nongnu] elpa/hyperdrive 7af8897825 101/102: Tidy: (transient-format-val


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 7af8897825 101/102: Tidy: (transient-format-value) Add missing docstring
Date: Wed, 29 Nov 2023 04:00:59 -0500 (EST)

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

    Tidy: (transient-format-value) Add missing docstring
---
 hyperdrive-menu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index c46c08a005..faded46e96 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -288,6 +288,7 @@
    (value-face :initarg :value-face :initform nil)))
 
 (cl-defmethod transient-format-value ((obj h/mirror-variable))
+  "Method for displaying hyperdrive mirror variables for suffix OBJ."
   (if-let ((fn (oref obj format-value)))
       (funcall fn obj)
     (if-let ((value (oref obj value))



reply via email to

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