Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90a6258b
Commit
90a6258b
authored
Jul 13, 2011
by
Glenn Morris
Browse files
* doc/emacs/dired.texi (Dired Enter): Mention --dired. (Bug#9039)
parent
3af98a7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/dired.texi
doc/emacs/dired.texi
+7
-0
No files found.
doc/emacs/ChangeLog
View file @
90a6258b
2011-07-13 Glenn Morris <rgm@gnu.org>
* dired.texi (Dired Enter): Mention --dired. (Bug#9039)
2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* mark.texi (Mark Ring): Clarify how many locations are saved
...
...
doc/emacs/dired.texi
View file @
90a6258b
...
...
@@ -81,6 +81,13 @@ 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{=}.
@vindex dired-use-ls-dired
Note that Dired automatically adds the option @samp{--dired}, if
your @code{ls} program supports it, unless you explicitly set
the variable @code{dired-use-ls-dired} to @code{nil}. Without this
option, Dired will have trouble parsing some @samp{unusual} file-names.
See the documentation of @code{dired-use-ls-dired} for more details.
On MS-Windows and MS-DOS systems, Emacs @emph{emulates} @code{ls};
see @ref{ls in Lisp}, for options and peculiarities of that emulation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment