diff options
| author | Richard M. Stallman | 2002-03-28 18:33:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-28 18:33:48 +0000 |
| commit | db6b2ec611383ca25abd7b14c66c1fbe16d48bf6 (patch) | |
| tree | 06cd6f76da2e60d329ac958caf2d5ba90f33d34f /man | |
| parent | d588eb9091ecab0d03620bf625f0be78a9ccfced (diff) | |
| download | emacs-db6b2ec611383ca25abd7b14c66c1fbe16d48bf6.tar.gz emacs-db6b2ec611383ca25abd7b14c66c1fbe16d48bf6.zip | |
Rename dired-do-toggle to dired-toggle-marks.
Diffstat (limited to 'man')
| -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 67782476ba9..1e1b296f522 100644 --- a/man/dired.texi +++ b/man/dired.texi | |||
| @@ -392,9 +392,9 @@ Move up to the previous marked file (@code{dired-prev-marked-file}) | |||
| 392 | 392 | ||
| 393 | @item * t | 393 | @item * t |
| 394 | @kindex * t @r{(Dired)} | 394 | @kindex * t @r{(Dired)} |
| 395 | @findex dired-do-toggle | 395 | @findex dired-toggle-marks |
| 396 | @cindex toggling marks (in Dired) | 396 | @cindex toggling marks (in Dired) |
| 397 | Toggle all marks (@code{dired-do-toggle}): files marked with @samp{*} | 397 | Toggle all marks (@code{dired-toggle-marks}): files marked with @samp{*} |
| 398 | become unmarked, and unmarked files are marked with @samp{*}. Files | 398 | become unmarked, and unmarked files are marked with @samp{*}. Files |
| 399 | marked in any other way are not affected. | 399 | marked in any other way are not affected. |
| 400 | 400 | ||