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

    Change: (-dir-column-headers) Add help-echo in dir column header
---
 hyperdrive-dir.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index 53ec63ef6f..1186ea5963 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -145,7 +145,8 @@ Columns are suffixed with up/down arrows according to
                            (and selected left-aligned (concat " " arrow)))))
         (push (propertize (format format-str desc)
                           'hyperdrive-dir-column column
-                          'mouse-face 'highlight)
+                          'mouse-face 'highlight
+                          'help-echo (format "Sort directory contents by %s" 
desc))
               headers)
         (unless (eq column 'name)
           ;; These gap spaces are necessary to prevent display mouse-face

Reply via email to