diff options
| author | Glenn Morris | 2012-10-01 23:44:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-01 23:44:30 -0700 |
| commit | 751bac186ad29eec25fccd8ac808ed49f1dce41b (patch) | |
| tree | a3d8e29755ed3c1afcacbd9469f7af49c5296858 | |
| parent | b3ecad33ae977f9dd0bdd3e0a10cd8603f54a398 (diff) | |
| download | emacs-751bac186ad29eec25fccd8ac808ed49f1dce41b.tar.gz emacs-751bac186ad29eec25fccd8ac808ed49f1dce41b.zip | |
* maintaining.texi (VC Directory Commands): Remove duplicate `q' entry.
Fixes: debbugs:12553
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c1894fb900b..572cc4f5532 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-10-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * maintaining.texi (VC Directory Commands): | ||
| 4 | Remove duplicate `q' entry. (Bug#12553) | ||
| 5 | |||
| 1 | 2012-09-30 Chong Yidong <cyd@gnu.org> | 6 | 2012-09-30 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * killing.texi (Rectangles): Document copy-rectangle-as-kill. | 8 | * killing.texi (Rectangles): Document copy-rectangle-as-kill. |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index c719c483ec8..d21e3af83dd 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -1186,11 +1186,8 @@ point is on a directory entry, mark all files in that directory tree | |||
| 1186 | (@code{vc-dir-mark-all-files}). With a prefix argument, mark all | 1186 | (@code{vc-dir-mark-all-files}). With a prefix argument, mark all |
| 1187 | listed files and directories. | 1187 | listed files and directories. |
| 1188 | 1188 | ||
| 1189 | @kindex q @r{(VC Directory)} | ||
| 1190 | @findex quit-window | ||
| 1191 | @item q | 1189 | @item q |
| 1192 | Bury the VC Directory buffer, and delete its window if the window was | 1190 | Quit the VC Directory buffer, and bury it (@code{quit-window}). |
| 1193 | created just for that buffer. | ||
| 1194 | 1191 | ||
| 1195 | @item u | 1192 | @item u |
| 1196 | Unmark the file or directory on the current line. If the region is | 1193 | Unmark the file or directory on the current line. If the region is |
| @@ -1205,9 +1202,6 @@ files and directories. | |||
| 1205 | @item x | 1202 | @item x |
| 1206 | Hide files with @samp{up-to-date} status | 1203 | Hide files with @samp{up-to-date} status |
| 1207 | (@code{vc-dir-hide-up-to-date}). | 1204 | (@code{vc-dir-hide-up-to-date}). |
| 1208 | |||
| 1209 | @item q | ||
| 1210 | Quit the VC Directory buffer, and bury it (@code{quit-window}). | ||
| 1211 | @end table | 1205 | @end table |
| 1212 | 1206 | ||
| 1213 | @findex vc-dir-mark | 1207 | @findex vc-dir-mark |