]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-du-prefer-over-ange): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Oct 2000 05:51:16 +0000 (05:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Oct 2000 05:51:16 +0000 (05:51 +0000)
lisp/ChangeLog
lisp/eshell/em-unix.el

index 31f9855b5624d289f2db53d353da41bd49dc0c07..b9f6f11e832ab0c87de373baddedafd3bcbfba33 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
+
 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
 
        * emacs-lisp/ewoc.el (ewoc-location): New function.
index 07f14c6e30ad10759e45276b915fa95dc51245b6..6a63f154de3de46e17d71d1ef9aa9102b8f92c2f 100644 (file)
@@ -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)