]> git.eshelyaron.com Git - emacs.git/commitdiff
* dired.texi (Dired Enter): Minor doc fix (Bug#6982).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 4 Sep 2010 18:58:56 +0000 (14:58 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 4 Sep 2010 18:58:56 +0000 (14:58 -0400)
doc/emacs/ChangeLog
doc/emacs/dired.texi

index b4b03da88dc5e73d219f8530b655d3ef9536d21d..c569d2e966f3d7b56759b00cd1b02100eeb833b5 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
+
 2010-09-02  Glenn Morris  <rgm@gnu.org>
 
        * misc.texi (Saving Emacs Sessions): Mention desktop-path.  (Bug#6948)
index 8f5b2462c6783c97b4d16da585a3f6a84346125a..debc751fa44e9e44d89c79043fb67d729cf9d77d 100644 (file)
@@ -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.