diff options
| author | Miles Bader | 2000-07-18 12:30:02 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-07-18 12:30:02 +0000 |
| commit | 7381ae055bf78dcacf4167d9f4c34bd6a0b3c26c (patch) | |
| tree | c48737766b1f88c94aab6f9124d986f7928f7592 | |
| parent | 68be286976504b2d8be5987112f206f611405b63 (diff) | |
| download | emacs-7381ae055bf78dcacf4167d9f4c34bd6a0b3c26c.tar.gz emacs-7381ae055bf78dcacf4167d9f4c34bd6a0b3c26c.zip | |
Add entry for new `dired-show-file-type' command.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -731,6 +731,12 @@ the difference that the command will be run on each file individually. | |||
| 731 | replaces the Dired buffer with the buffer for an alternate file or | 731 | replaces the Dired buffer with the buffer for an alternate file or |
| 732 | directory. | 732 | directory. |
| 733 | 733 | ||
| 734 | *** The new command `dired-show-file-type' (usually bound to `w') shows | ||
| 735 | a message in the echo area describing what type of file the point is on. | ||
| 736 | This command invokes the external program `file' do its work, and so | ||
| 737 | will only work on systems with that program, and will be only as | ||
| 738 | accurate or inaccurate as it is. | ||
| 739 | |||
| 734 | ** The variable mail-specify-envelope-from controls whether to | 740 | ** The variable mail-specify-envelope-from controls whether to |
| 735 | use the -f option when sending mail. | 741 | use the -f option when sending mail. |
| 736 | 742 | ||