aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-09-30 20:44:24 +0000
committerRichard M. Stallman2003-09-30 20:44:24 +0000
commit5ee8b21202f7ab531aa1d88a3909d8068ffe426e (patch)
tree7d774bf5ec461cb132ef0b60f41828d281ddd429
parentbab5541b9a0011fe704369f085b8eda47f61c601 (diff)
downloademacs-5ee8b21202f7ab531aa1d88a3909d8068ffe426e.tar.gz
emacs-5ee8b21202f7ab531aa1d88a3909d8068ffe426e.zip
(Miscellaneous Commands): Delete M-g, w, T.
-rw-r--r--man/dired-x.texi42
1 files changed, 0 insertions, 42 deletions
diff --git a/man/dired-x.texi b/man/dired-x.texi
index d0e30803fb7..ad7711d10ae 100644
--- a/man/dired-x.texi
+++ b/man/dired-x.texi
@@ -1108,11 +1108,6 @@ will toggle between those two.
1108@end table 1108@end table
1109 1109
1110@table @kbd 1110@table @kbd
1111@findex dired-goto-file
1112@kindex M-g
1113@item M-g
1114(@code{dired-goto-file}) Go to the line of a file (or directory).
1115
1116@findex dired-goto-subdir 1111@findex dired-goto-subdir
1117@kindex M-G 1112@kindex M-G
1118@item M-G 1113@item M-G
@@ -1121,43 +1116,6 @@ This command reads its argument, with completion derived from the names of the
1121inserted subdirectories. 1116inserted subdirectories.
1122@end table 1117@end table
1123 1118
1124@table @kbd
1125@item w
1126@cindex Adding to the kill ring in Dired.
1127@kindex w
1128@findex dired-copy-filename-as-kill
1129(@code{dired-copy-filename-as-kill}) The @kbd{w} command puts the names
1130of the marked (or next @var{N}) files into the kill ring, as if you had
1131killed them with @kbd{C-w}. With a zero prefix argument @var{N}=0, use the
1132complete pathname of each file. With a raw (just @kbd{C-u}) prefix argument,
1133use the relative pathname of each marked file. As a special case, if no
1134prefix argument is given and point is on a directory headerline, it
1135gives you the name of that directory, without looking for marked files.
1136
1137@vindex dired-marked-files
1138The list of names is also stored onto the variable @code{dired-marked-files}
1139for use, e.g., in the @kbd{M-:} (@code{eval-expression}) command.
1140
1141As this command also displays what was pushed onto the kill ring, you can
1142use it to display the list of currently marked files in the
1143echo area (unless you happen to be on a subdirectory headerline).
1144
1145You can then feed the file name to other Emacs commands with @kbd{C-y}.
1146For example, say you want to rename a file with a long name to a slightly
1147different name. First type @kbd{w} to push the old name onto the kill
1148ring. Then type @kbd{R} to rename it and use @kbd{C-y} inside @kbd{R}'s
1149minibuffer prompt to insert the old name at a convenient place.
1150
1151@item T
1152@kindex T
1153@cindex Toggling marks.
1154@findex dired-do-toggle
1155(@code{dired-do-toggle}) Toggle marks. That is, currently marked
1156files become unmarked and vice versa. Files marked with other flags
1157(such as @samp{D}) are not affected. The special directories @file{.}
1158and @file{..} are never toggled.
1159@end table
1160
1161@table @code 1119@table @code
1162@item dired-smart-shell-command 1120@item dired-smart-shell-command
1163@findex dired-smart-shell-command 1121@findex dired-smart-shell-command