(eshell-du-prefer-over-ange): Doc fix.

This commit is contained in:
Eli Zaretskii
2000-10-15 05:51:16 +00:00
parent 2f6e641005
commit 1ef49fc60c
2 changed files with 5 additions and 1 deletions

View 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.

View 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)