changeset 32493:34d5d8707722

(eshell-du-prefer-over-ange): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 15 Oct 2000 05:49:07 +0000
parents e4721c5ab8dd
children 9306b911c6bd
files lisp/eshell/em-unix.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-unix.el	Sun Oct 15 05:47:30 2000 +0000
+++ b/lisp/eshell/em-unix.el	Sun Oct 15 05:49:07 2000 +0000
@@ -124,7 +124,7 @@
 
 (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)