]> code.delx.au - gnu-emacs/blobdiff - lisp/ls-lisp.el
(dired-view-command-alist): New variable.
[gnu-emacs] / lisp / ls-lisp.el
index 53057dab07fa67c3bc93fd34a657937b889c4cb5..28538a62721d592d3cb7c7411d360f9a36e046a0 100644 (file)
@@ -208,8 +208,8 @@ that work are: A a c i r S s t u U X g G B C R and F partly."
          (when (re-search-forward "^total" nil t)
            (let ((available (get-free-disk-space ".")))
              (when available
-               ;; Replace "total" with "used", to avoid confusion.
-               (replace-match "used")
+               ;; Replace "total" with "total used", to avoid confusion.
+               (replace-match "total used in directory")
                (end-of-line)
                (insert " available " available)))))))))