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 /lisp/eshell | |
| parent | 2f6e6410050fc709cb2660074c3c7c78601461f5 (diff) | |
| download | emacs-1ef49fc60c841c70ac64e41749556c7ce48cd3ff.tar.gz emacs-1ef49fc60c841c70ac64e41749556c7ce48cd3ff.zip | |
(eshell-du-prefer-over-ange): Doc fix.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-unix.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||