diff options
| author | Eli Zaretskii | 2000-10-15 05:51:16 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-15 05:51:16 +0000 |
| commit | 1ef49fc60c841c70ac64e41749556c7ce48cd3ff (patch) | |
| tree | 418c36d8e80a5927eee4b6307ef12e960f449bfd | |
| parent | 2f6e6410050fc709cb2660074c3c7c78601461f5 (diff) | |
| download | emacs-1ef49fc60c841c70ac64e41749556c7ce48cd3ff.tar.gz emacs-1ef49fc60c841c70ac64e41749556c7ce48cd3ff.zip | |
(eshell-du-prefer-over-ange): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/eshell/em-unix.el | 2 |
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 @@ | |||
| 1 | 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix. | ||
| 4 | |||
| 1 | 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * emacs-lisp/ewoc.el (ewoc-location): New function. | 7 | * 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." | |||
| 124 | 124 | ||
| 125 | (defcustom eshell-du-prefer-over-ange nil | 125 | (defcustom eshell-du-prefer-over-ange nil |
| 126 | "*Use Eshell's du in ange-ftp remote directories. | 126 | "*Use Eshell's du in ange-ftp remote directories. |
| 127 | Otherwise, Emacs will attempt to use rsh to invoke du the machine." | 127 | Otherwise, Emacs will attempt to use rsh to invoke du on the remote machine." |
| 128 | :type 'boolean | 128 | :type 'boolean |
| 129 | :group 'eshell-unix) | 129 | :group 'eshell-unix) |
| 130 | 130 | ||