aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/maintaining.texi11
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index d68464b1aca..0665133fae2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12010-04-16 Glenn Morris <rgm@gnu.org>
2
3 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
4
12010-04-15 Glenn Morris <rgm@gnu.org> 52010-04-15 Glenn Morris <rgm@gnu.org>
2 6
3 * dired.texi (Misc Dired Features): Mention VC diff and log. 7 * dired.texi (Misc Dired Features): Mention VC diff and log.
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index f8e918ad8e3..56c65852b7a 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1147,9 +1147,14 @@ directory buffer will be used.
1147 1147
1148 @kbd{M-s a C-M-s} does an incremental search on the marked files. 1148 @kbd{M-s a C-M-s} does an incremental search on the marked files.
1149 1149
1150 Commands are also accessible from the VC-dir menu. Note that some VC 1150@cindex stashes in version control
1151backends use the VC-dir menu to make available extra backend specific 1151@cindex shelves in version control
1152commands. 1152 Commands are also accessible from the VC-dir menu. Note that some
1153VC backends use the VC-dir menu to make available extra,
1154backend-specific, commands. For example, Git and Bazaar allow you to
1155manipulate @dfn{stashes} and @dfn{shelves}. (These provide a
1156mechanism to temporarily store uncommitted changes somewhere out of
1157the way, and bring them back at a later time.)
1153 1158
1154 Normal VC commands with the @kbd{C-x v} prefix work in VC directory 1159 Normal VC commands with the @kbd{C-x v} prefix work in VC directory
1155buffers. Some single-key shortcuts are available as well; @kbd{=}, 1160buffers. Some single-key shortcuts are available as well; @kbd{=},