diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 18f1c28571b..2c4a0ca30ce 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1279,13 +1279,8 @@ default), and @code{list-directory-verbose-switches} is a string | |||
| 1279 | giving the switches to use in a verbose listing (@code{"-l"} by | 1279 | giving the switches to use in a verbose listing (@code{"-l"} by |
| 1280 | default). | 1280 | default). |
| 1281 | 1281 | ||
| 1282 | @vindex directory-free-space-program | ||
| 1283 | @vindex directory-free-space-args | ||
| 1284 | In verbose directory listings, Emacs adds information about the | 1282 | In verbose directory listings, Emacs adds information about the |
| 1285 | amount of free space on the disk that contains the directory. To do | 1283 | amount of free space on the disk that contains the directory. |
| 1286 | this, it runs the program specified by | ||
| 1287 | @code{directory-free-space-program} with arguments | ||
| 1288 | @code{directory-free-space-args}. | ||
| 1289 | 1284 | ||
| 1290 | The command @kbd{M-x delete-directory} prompts for a directory's name | 1285 | The command @kbd{M-x delete-directory} prompts for a directory's name |
| 1291 | using the minibuffer, and deletes the directory if it is empty. If | 1286 | using the minibuffer, and deletes the directory if it is empty. If |