* maintaining.texi (VC Directory Commands): Remove duplicate `q' entry.
Fixes: debbugs:12553
This commit is contained in:
parent
b3ecad33ae
commit
751bac186a
2 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-10-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* maintaining.texi (VC Directory Commands):
|
||||
Remove duplicate `q' entry. (Bug#12553)
|
||||
|
||||
2012-09-30 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* killing.texi (Rectangles): Document copy-rectangle-as-kill.
|
||||
|
|
|
@ -1186,11 +1186,8 @@ point is on a directory entry, mark all files in that directory tree
|
|||
(@code{vc-dir-mark-all-files}). With a prefix argument, mark all
|
||||
listed files and directories.
|
||||
|
||||
@kindex q @r{(VC Directory)}
|
||||
@findex quit-window
|
||||
@item q
|
||||
Bury the VC Directory buffer, and delete its window if the window was
|
||||
created just for that buffer.
|
||||
Quit the VC Directory buffer, and bury it (@code{quit-window}).
|
||||
|
||||
@item u
|
||||
Unmark the file or directory on the current line. If the region is
|
||||
|
@ -1205,9 +1202,6 @@ files and directories.
|
|||
@item x
|
||||
Hide files with @samp{up-to-date} status
|
||||
(@code{vc-dir-hide-up-to-date}).
|
||||
|
||||
@item q
|
||||
Quit the VC Directory buffer, and bury it (@code{quit-window}).
|
||||
@end table
|
||||
|
||||
@findex vc-dir-mark
|
||||
|
|
Loading…
Add table
Reference in a new issue