aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-unix.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index 07f14c6e30a..6a63f154de3 100644
--- a/lisp/eshell/em-unix.el
+++ b/lisp/eshell/em-unix.el
@@ -124,7 +124,7 @@ Otherwise, `rmdir' is required."
124 124
125(defcustom eshell-du-prefer-over-ange nil 125(defcustom eshell-du-prefer-over-ange nil
126 "*Use Eshell's du in ange-ftp remote directories. 126 "*Use Eshell's du in ange-ftp remote directories.
127Otherwise, Emacs will attempt to use rsh to invoke du the machine." 127Otherwise, Emacs will attempt to use rsh to invoke du on the remote machine."
128 :type 'boolean 128 :type 'boolean
129 :group 'eshell-unix) 129 :group 'eshell-unix)
130 130