aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-07-18 12:30:02 +0000
committerMiles Bader2000-07-18 12:30:02 +0000
commit7381ae055bf78dcacf4167d9f4c34bd6a0b3c26c (patch)
treec48737766b1f88c94aab6f9124d986f7928f7592
parent68be286976504b2d8be5987112f206f611405b63 (diff)
downloademacs-7381ae055bf78dcacf4167d9f4c34bd6a0b3c26c.tar.gz
emacs-7381ae055bf78dcacf4167d9f4c34bd6a0b3c26c.zip
Add entry for new `dired-show-file-type' command.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6e47fcdbdf5..077a37a77f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -731,6 +731,12 @@ the difference that the command will be run on each file individually.
731replaces the Dired buffer with the buffer for an alternate file or 731replaces the Dired buffer with the buffer for an alternate file or
732directory. 732directory.
733 733
734*** The new command `dired-show-file-type' (usually bound to `w') shows
735a message in the echo area describing what type of file the point is on.
736This command invokes the external program `file' do its work, and so
737will only work on systems with that program, and will be only as
738accurate 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
735use the -f option when sending mail. 741use the -f option when sending mail.
736 742