aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/dired.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 8e5efc4f87d..6874ef75ef8 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-08-07 Juri Linkov <juri@jurta.org>
2
3 * dired.texi (Operating on Files): Rewrite according to the fact
4 that `dired-do-chmod' doesn't use the `chmod' program anymore.
5
12011-07-30 Michael Albinus <michael.albinus@gmx.de> 62011-07-30 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * mini.texi (Minibuffer File): Insert a reference to Tramp for 8 * mini.texi (Minibuffer File): Insert a reference to Tramp for
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index 501c4152e6a..80ccd1d10f9 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -645,8 +645,8 @@ link.
645@cindex changing file permissions (in Dired) 645@cindex changing file permissions (in Dired)
646@item M @var{modespec} @key{RET} 646@item M @var{modespec} @key{RET}
647Change the mode (also called ``permission bits'') of the specified files 647Change the mode (also called ``permission bits'') of the specified files
648(@code{dired-do-chmod}). This uses the @code{chmod} program, so 648(@code{dired-do-chmod}). @var{modespec} can be in octal or symbolic
649@var{modespec} can be any argument that @code{chmod} can handle. 649notation like arguments handled by the @code{chmod} program.
650 650
651@findex dired-do-chgrp 651@findex dired-do-chgrp
652@kindex G @r{(Dired)} 652@kindex G @r{(Dired)}