From: Eli Zaretskii Date: Sun, 15 Oct 2000 05:51:16 +0000 (+0000) Subject: (eshell-du-prefer-over-ange): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~876 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ef49fc60c841c70ac64e41749556c7ce48cd3ff;p=emacs.git (eshell-du-prefer-over-ange): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31f9855b562..b9f6f11e832 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-15 Eli Zaretskii + + * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix. + 2000-10-15 Stefan Monnier * emacs-lisp/ewoc.el (ewoc-location): New function. 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)