summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-unix.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-10-15 05:51:16 +0000
committerEli Zaretskii <eliz@gnu.org>2000-10-15 05:51:16 +0000
commit1ef49fc60c841c70ac64e41749556c7ce48cd3ff (patch)
tree418c36d8e80a5927eee4b6307ef12e960f449bfd /lisp/eshell/em-unix.el
parent2f6e6410050fc709cb2660074c3c7c78601461f5 (diff)
downloademacs-1ef49fc60c841c70ac64e41749556c7ce48cd3ff.tar.gz
(eshell-du-prefer-over-ange): Doc fix.
Diffstat (limited to 'lisp/eshell/em-unix.el')
-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."
(defcustom eshell-du-prefer-over-ange nil
"*Use Eshell's du in ange-ftp remote directories.
-Otherwise, Emacs will attempt to use rsh to invoke du the machine."
+Otherwise, Emacs will attempt to use rsh to invoke du on the remote machine."
:type 'boolean
:group 'eshell-unix)