# HG changeset patch # User Chong Yidong # Date 1283626736 14400 # Node ID 81205f94f02bcc666195b1dd03751c8af440fbb7 # Parent 8470d7e423afeef0688d1192703f49efc0922cf9 * dired.texi (Dired Enter): Minor doc fix (Bug#6982). diff -r 8470d7e423af -r 81205f94f02b doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Sat Sep 04 14:36:24 2010 -0400 +++ b/doc/emacs/ChangeLog Sat Sep 04 14:58:56 2010 -0400 @@ -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 -r 8470d7e423af -r 81205f94f02b doc/emacs/dired.texi --- a/doc/emacs/dired.texi Sat Sep 04 14:36:24 2010 -0400 +++ b/doc/emacs/dired.texi Sat Sep 04 14:58:56 2010 -0400 @@ -75,13 +75,12 @@ 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.