summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-03 15:44:44 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-03 15:44:44 +0000
commit30123caacd47c92b93d26f99c7dbee44015a3677 (patch)
treef6ae56d9d16579505ab0ea2f1a12c4f6ec372756
parenta99aaa54fbdca0abc9b55228eb6cb733aebb5dea (diff)
downloademacs-30123caacd47c92b93d26f99c7dbee44015a3677.tar.gz
filename -> file name.
-rw-r--r--man/dired.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/dired.texi b/man/dired.texi
index 4a308c48c30..f92eccf9b49 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -822,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
@@ -1155,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.