aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2011-08-07 17:14:54 +0300
committerJuri Linkov <[email protected]>2011-08-07 17:14:54 +0300
commit75bfc66716a6c33ca89be28457c1df991170bb83 (patch)
tree6d3c92e68958ff3a1d1449bb0459b8f5ee36527f /doc
parent09ade3a37d5ecde376f264bbac1e2088eae72f53 (diff)
Minor doc fixes. Remove duplicate ChangeLog entries.
* doc/emacs/dired.texi (Operating on Files): Rewrite according to the fact that `dired-do-chmod' doesn't use the `chmod' program anymore. * lisp/faces.el (list-faces-display): Remove extra angle bracket from `help-mode-map'. * lisp/info.el (Info-history-toc-nodes): Doc fix. * lisp/longlines.el (longlines-mode): Doc fix. * src/editfns.c (Fformat_time_string): Doc fix, add tag `usage:' to show the arg `TIME' instead of `TIMEVAL'.
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 8e5efc4f87..6874ef75ef 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-07 Juri Linkov <[email protected]>
+
+ * dired.texi (Operating on Files): Rewrite according to the fact
+ that `dired-do-chmod' doesn't use the `chmod' program anymore.
+
2011-07-30 Michael Albinus <[email protected]>
* mini.texi (Minibuffer File): Insert a reference to Tramp for
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index 501c4152e6..80ccd1d10f 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -645,8 +645,8 @@ link.
@cindex changing file permissions (in Dired)
@item M @var{modespec} @key{RET}
Change the mode (also called ``permission bits'') of the specified files
-(@code{dired-do-chmod}). This uses the @code{chmod} program, so
-@var{modespec} can be any argument that @code{chmod} can handle.
+(@code{dired-do-chmod}). @var{modespec} can be in octal or symbolic
+notation like arguments handled by the @code{chmod} program.
@findex dired-do-chgrp
@kindex G @r{(Dired)}