branch: elpa/hyperdrive
commit d1bc88af15a06de3729acd5ee7a39f624def234d
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>

    Change: (h/size) Docstring
    
    This face is now being used to display disk-usage size also.
---
 hyperdrive-vars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 1507ee04b4..31bf171e53 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -320,7 +320,7 @@ value (and should only be present once in the string).  
Used in
   "Subdirectories.")
 
 (defface h/size '((t (:inherit font-lock-doc-face)))
-  "Size of entries.")
+  "File sizes.")
 
 (defface h/timestamp '((t (:inherit default)))
   "Entry timestamp.")

Reply via email to