summaryrefslogtreecommitdiff
path: root/lisp
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
parent2f6e6410050fc709cb2660074c3c7c78601461f5 (diff)
downloademacs-1ef49fc60c841c70ac64e41749556c7ce48cd3ff.tar.gz
(eshell-du-prefer-over-ange): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/eshell/em-unix.el2
2 files changed, 5 insertions, 1 deletions
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 <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.
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)