From 75bfc66716a6c33ca89be28457c1df991170bb83 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 7 Aug 2011 17:14:54 +0300 Subject: 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'. --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/dired.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') 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 + + * 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 * 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)} -- cgit v1.2.3