summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-04-26 10:50:45 +0000
committerRichard M. Stallman <rms@gnu.org>2005-04-26 10:50:45 +0000
commitff9705de923453b2c23dd44b0172c0724318eef7 (patch)
treedfadf876f9a986b362395e1d9f93127f74f06f69
parent9bc727cd9a87b3f4b0bca724f638450b604ab100 (diff)
downloademacs-ff9705de923453b2c23dd44b0172c0724318eef7.tar.gz
emacs-ff9705de923453b2c23dd44b0172c0724318eef7.tar.bz2
emacs-ff9705de923453b2c23dd44b0172c0724318eef7.zip
(Top): Update submenus from files.texi.
-rw-r--r--man/emacs.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index 0ad3a5148c9..120e2648526 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -370,23 +370,31 @@ File Handling
* Comparing Files:: Finding where two files differ.
* Misc File Ops:: Other things you can do on files.
* Compressed Files:: Accessing compressed files.
+* File Archives:: Operating on tar, zip, jar etc. archive files.
* Remote Files:: Accessing files on other sites.
* Quoted File Names:: Quoting special characters in file names.
+* File Name Cache:: Completion against a list of files you often use.
+* File Conveniences:: Convenience Features for Finding Files.
+* Filesets:: Handling sets of files.
Saving Files
* Backup:: How Emacs saves the old version of your file.
* Interlocking:: How Emacs protects against simultaneous editing
of one file by two users.
+* Shadowing: File Shadowing.
+ Copying files to "shadows" automatically.
+* Time Stamps:: Emacs can update time stamps on saved files.
Version Control
* Introduction to VC:: How version control works in general.
-* VC Mode Line:: How the mode line shows version control status.
+* VC Mode Line:: How the mode line shows version control status.
* Basic VC Editing:: How to edit a file under version control.
* Old Versions:: Examining and comparing old versions.
* Secondary VC Commands:: The commands used a little less frequently.
* Branches:: Multiple lines of development.
+* Remote Repositories:: Efficient access to remote CVS servers.
* Snapshots:: Sets of file versions treated as a unit.
* Miscellaneous VC:: Various other commands and features of VC.
* Customizing VC:: Variables that change VC's behavior.