diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-15 17:38:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-15 17:38:50 +0000 |
commit | 370fded4f6cc9c10c776733a1944b1faab84e2bd (patch) | |
tree | d17c372c68ede44cfe53e0f8ff073756ded603bd /doc/emacs/vc-xtra.texi | |
parent | e6d897b38e5b3286162a6f486dc221251dcbf9ba (diff) | |
download | emacs-370fded4f6cc9c10c776733a1944b1faab84e2bd.tar.gz emacs-370fded4f6cc9c10c776733a1944b1faab84e2bd.tar.bz2 emacs-370fded4f6cc9c10c776733a1944b1faab84e2bd.zip |
Snapshot primitives globally renamed to refer to tags, documentation updated.
Diffstat (limited to 'doc/emacs/vc-xtra.texi')
-rw-r--r-- | doc/emacs/vc-xtra.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/vc-xtra.texi b/doc/emacs/vc-xtra.texi index d08f6b29bf3..f1977d2adb6 100644 --- a/doc/emacs/vc-xtra.texi +++ b/doc/emacs/vc-xtra.texi @@ -14,9 +14,9 @@ the Emacs Manual}). This chapter describes more advanced VC usage. @menu * VC Directory Mode:: Listing files managed by version control. -* VC Directory Commands:: Commands to use in a VC Dired buffer. +* VC Directory Commands:: Commands to use in a VC Dired buffer. * Remote Repositories:: Efficient access to remote VCS servers. -* Snapshots:: Sets of file versions treated as a unit. +* Revision Tags:: Symbolic names for revisions * Miscellaneous VC:: Various other commands and features of VC. * Customizing VC:: Variables that change VC's behavior. @end menu |