diff options
| -rw-r--r-- | man/dired.texi | 4 |
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, | |||
| 822 | removing @samp{x-} from the front of each file name, is also possible: | 822 | removing @samp{x-} from the front of each file name, is also possible: |
| 823 | one method is @kbd{% R ^x-\(.*\)$ @key{RET} \1 @key{RET}}; another is | 823 | one method is @kbd{% R ^x-\(.*\)$ @key{RET} \1 @key{RET}}; another is |
| 824 | @kbd{% R ^x- @key{RET} @key{RET}}. (Use @samp{^} and @samp{$} to anchor | 824 | @kbd{% R ^x- @key{RET} @key{RET}}. (Use @samp{^} and @samp{$} to anchor |
| 825 | matches that should span the whole filename.) | 825 | matches that should span the whole file name.) |
| 826 | 826 | ||
| 827 | Normally, the replacement process does not consider the files' | 827 | Normally, the replacement process does not consider the files' |
| 828 | directory names; it operates on the file name within the directory. If | 828 | directory names; it operates on the file name within the directory. If |
| @@ -1155,7 +1155,7 @@ back to ordinary Dired mode. | |||
| 1155 | 1155 | ||
| 1156 | Apart from simply renaming files, you can move a file to another | 1156 | Apart from simply renaming files, you can move a file to another |
| 1157 | directory by typing in the new file name (either absolute or | 1157 | directory by typing in the new file name (either absolute or |
| 1158 | relative). To mark a file for deletion, delete the entire filename. | 1158 | relative). To mark a file for deletion, delete the entire file name. |
| 1159 | To change the target of a symbolic link, edit the link target name | 1159 | To change the target of a symbolic link, edit the link target name |
| 1160 | which appears next to the link name. | 1160 | which appears next to the link name. |
| 1161 | 1161 | ||