diff options
| -rw-r--r-- | man/dired.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/dired.texi b/man/dired.texi index 464aa34c6c2..0390848faf6 100644 --- a/man/dired.texi +++ b/man/dired.texi | |||
| @@ -1116,13 +1116,10 @@ marked file. As a special case, if no prefix argument is given and | |||
| 1116 | point is on a directory headerline, @kbd{w} gives you the name of that | 1116 | point is on a directory headerline, @kbd{w} gives you the name of that |
| 1117 | directory without looking for marked files. | 1117 | directory without looking for marked files. |
| 1118 | 1118 | ||
| 1119 | @vindex dired-marked-files | ||
| 1120 | The main purpose of the @kbd{w} command is so that you can yank the | 1119 | The main purpose of the @kbd{w} command is so that you can yank the |
| 1121 | file names into arguments for other Emacs commands. It also displays | 1120 | file names into arguments for other Emacs commands. It also displays |
| 1122 | what was pushed onto the kill ring, so you can use it to display the | 1121 | what was pushed onto the kill ring, so you can use it to display the |
| 1123 | list of currently marked files in the echo area. It also stores the | 1122 | list of currently marked files in the echo area. |
| 1124 | list of names in the variable @code{dired-marked-files}, for use in | ||
| 1125 | Lisp expressions. | ||
| 1126 | @end table | 1123 | @end table |
| 1127 | 1124 | ||
| 1128 | @ignore | 1125 | @ignore |