]> code.delx.au - gnu-emacs/blobdiff - man/dired.texi
(edebug): Update page.
[gnu-emacs] / man / dired.texi
index 9bb57b3827955efee0d25d8755400b528b773337..b53a5cfec9f4339b24136993071b1b205765b014 100644 (file)
@@ -70,6 +70,10 @@ 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.
+
+
 @findex dired-other-window
 @kindex C-x 4 d
 @findex dired-other-frame
@@ -818,7 +822,7 @@ selected file by prepending @samp{x-} to its name.  The inverse of this,
 removing @samp{x-} from the front of each file name, is also possible:
 one method is @kbd{% R ^x-\(.*\)$ @key{RET} \1 @key{RET}}; another is
 @kbd{% R ^x- @key{RET} @key{RET}}.  (Use @samp{^} and @samp{$} to anchor
-matches that should span the whole filename.)
+matches that should span the whole file name.)
 
   Normally, the replacement process does not consider the files'
 directory names; it operates on the file name within the directory.  If
@@ -1151,7 +1155,7 @@ back to ordinary Dired mode.
 
   Apart from simply renaming files, you can move a file to another
 directory by typing in the new file name (either absolute or
-relative).  To mark a file for deletion, delete the entire filename.
+relative).  To mark a file for deletion, delete the entire file name.
 To change the target of a symbolic link, edit the link target name
 which appears next to the link name.
 
@@ -1211,11 +1215,11 @@ function @code{file-attributes}).  This expression is evaluated for
 each pair of like-named files, and if the expression's value is
 non-@code{nil}, those files are considered ``different''.
 
-  For instance, @code{M-x dired-compare-directories @key{RET} (>
-mtime1 mtime2) @key{RET}} marks files newer in this directory than in
-the other, and marks files older in the other directory than in this
-one.  It also marks files with no counterpart, in both directories, as
-always.
+  For instance, the sequence @code{M-x dired-compare-directories
+@key{RET} (> mtime1 mtime2) @key{RET}} marks files newer in this
+directory than in the other, and marks files older in the other
+directory than in this one.  It also marks files with no counterpart,
+in both directories, as always.
 
 @cindex drag and drop, Dired
   On the X window system, Emacs supports the ``drag and drop''