changeset 71580:2e6a94a2b36e

filename -> file name.
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Jul 2006 15:44:44 +0000
parents 512847086350
children e0b0c80d7e1c
files man/dired.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/dired.texi	Mon Jul 03 15:44:14 2006 +0000
+++ b/man/dired.texi	Mon Jul 03 15:44:44 2006 +0000
@@ -822,7 +822,7 @@
 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
@@ -1155,7 +1155,7 @@
 
   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.