From: Chong Yidong Date: Sat, 4 Sep 2010 18:58:56 +0000 (-0400) Subject: * dired.texi (Dired Enter): Minor doc fix (Bug#6982). X-Git-Tag: emacs-pretest-23.2.90~134^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89532a078eec050920b444be8d011e952c53157f;p=emacs.git * dired.texi (Dired Enter): Minor doc fix (Bug#6982). --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b4b03da88dc..c569d2e966f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2010-09-04 Chong Yidong + + * dired.texi (Dired Enter): Minor doc fix (Bug#6982). + 2010-09-02 Glenn Morris * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948) diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 8f5b2462c67..debc751fa44 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -75,13 +75,12 @@ a directory name. The variable @code{dired-listing-switches} specifies the options to give to @code{ls} for listing the directory; this string @emph{must} -contain @samp{-l}. If you use a numeric prefix argument with the -@code{dired} command, you can specify the @code{ls} switches with the -minibuffer before you enter the directory specification. No matter -how they are specified, the @code{ls} switches can include short -options (that is, single characters) requiring no arguments, and long -options (starting with @samp{--}) whose arguments are specified with -@samp{=}. +contain @samp{-l}. If you use a prefix argument with the @code{dired} +command, you can specify the @code{ls} switches with the minibuffer +before you enter the directory specification. No matter how they are +specified, the @code{ls} switches can include short options (that is, +single characters) requiring no arguments, and long options (starting +with @samp{--}) whose arguments are specified with @samp{=}. On MS-Windows and MS-DOS systems, Emacs @emph{emulates} @code{ls}; see @ref{ls in Lisp}, for options and peculiarities of that emulation.