aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2011-08-07 17:14:54 +0300
committerJuri Linkov2011-08-07 17:14:54 +0300
commit75bfc66716a6c33ca89be28457c1df991170bb83 (patch)
tree6d3c92e68958ff3a1d1449bb0459b8f5ee36527f /doc
parent09ade3a37d5ecde376f264bbac1e2088eae72f53 (diff)
downloademacs-75bfc66716a6c33ca89be28457c1df991170bb83.tar.gz
emacs-75bfc66716a6c33ca89be28457c1df991170bb83.zip
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 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)}