aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-07-13 13:55:04 -0400
committerGlenn Morris2011-07-13 13:55:04 -0400
commit90a6258b05e00c6e47acc4e85edabf6e92ea1e84 (patch)
tree388dd57be2f23620b96bcc5376f167f7c067ff70
parent3af98a7b7df9ae243e9c05f34a80fdfb92ea42a3 (diff)
downloademacs-90a6258b05e00c6e47acc4e85edabf6e92ea1e84.tar.gz
emacs-90a6258b05e00c6e47acc4e85edabf6e92ea1e84.zip
* doc/emacs/dired.texi (Dired Enter): Mention --dired. (Bug#9039)
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/dired.texi7
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ce2a5e998e3..0102e028d49 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12011-07-13 Glenn Morris <rgm@gnu.org>
2
3 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
4
12011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> 52011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * mark.texi (Mark Ring): Clarify how many locations are saved 7 * mark.texi (Mark Ring): Clarify how many locations are saved
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index fb3521e4316..501c4152e6a 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -81,6 +81,13 @@ specified, the @code{ls} switches can include short options (that is,
81single characters) requiring no arguments, and long options (starting 81single characters) requiring no arguments, and long options (starting
82with @samp{--}) whose arguments are specified with @samp{=}. 82with @samp{--}) whose arguments are specified with @samp{=}.
83 83
84@vindex dired-use-ls-dired
85 Note that Dired automatically adds the option @samp{--dired}, if
86your @code{ls} program supports it, unless you explicitly set
87the variable @code{dired-use-ls-dired} to @code{nil}. Without this
88option, Dired will have trouble parsing some @samp{unusual} file-names.
89See the documentation of @code{dired-use-ls-dired} for more details.
90
84 On MS-Windows and MS-DOS systems, Emacs @emph{emulates} @code{ls}; 91 On MS-Windows and MS-DOS systems, Emacs @emph{emulates} @code{ls};
85see @ref{ls in Lisp}, for options and peculiarities of that emulation. 92see @ref{ls in Lisp}, for options and peculiarities of that emulation.
86 93