aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-31 21:59:37 +0000
committerChong Yidong2008-10-31 21:59:37 +0000
commit1963ba49bff55b158fa3127fabcf89f027b173e8 (patch)
tree2257f72b1e49e6fc34b0afcee2e1f1e32def04f5
parent60218a4d2045d48475ff38c6fc162dff2402b8dc (diff)
downloademacs-1963ba49bff55b158fa3127fabcf89f027b173e8.tar.gz
emacs-1963ba49bff55b158fa3127fabcf89f027b173e8.zip
(Top): Update node listing.
-rw-r--r--doc/emacs/emacs.texi31
1 files changed, 15 insertions, 16 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 7213a002502..59233cf5318 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -207,6 +207,7 @@ Advanced Features
207* Rmail:: Reading mail in Emacs. 207* Rmail:: Reading mail in Emacs.
208* Dired:: You can ``edit'' a directory to manage files in it. 208* Dired:: You can ``edit'' a directory to manage files in it.
209* Calendar/Diary:: The calendar and diary facilities. 209* Calendar/Diary:: The calendar and diary facilities.
210* Document View:: Viewing PDF, PS and DVI files.
210* Gnus:: How to read netnews with Emacs. 211* Gnus:: How to read netnews with Emacs.
211* Shell:: Executing shell commands from Emacs. 212* Shell:: Executing shell commands from Emacs.
212* Emacs Server:: Using Emacs as an editing server for @code{mail}, etc. 213* Emacs Server:: Using Emacs as an editing server for @code{mail}, etc.
@@ -415,14 +416,12 @@ File Handling
415* Autorevert:: Auto Reverting non-file buffers. 416* Autorevert:: Auto Reverting non-file buffers.
416* Auto Save:: Auto Save periodically protects against loss of data. 417* Auto Save:: Auto Save periodically protects against loss of data.
417* File Aliases:: Handling multiple names for one file. 418* File Aliases:: Handling multiple names for one file.
418* Version Control:: Version control systems (RCS, CVS and SCCS).
419* Directories:: Creating, deleting, and listing file directories. 419* Directories:: Creating, deleting, and listing file directories.
420* Comparing Files:: Finding where two files differ. 420* Comparing Files:: Finding where two files differ.
421* Diff Mode:: Editing diff output. 421* Diff Mode:: Editing diff output.
422* Misc File Ops:: Other things you can do on files. 422* Misc File Ops:: Other things you can do on files.
423* Compressed Files:: Accessing compressed files. 423* Compressed Files:: Accessing compressed files.
424* File Archives:: Operating on tar, zip, jar etc. archive files. 424* File Archives:: Operating on tar, zip, jar etc. archive files.
425* Document Files:: Viewing PDF, PS and DVI files.
426* Remote Files:: Accessing files on other sites. 425* Remote Files:: Accessing files on other sites.
427* Quoted File Names:: Quoting special characters in file names. 426* Quoted File Names:: Quoting special characters in file names.
428* File Name Cache:: Completion against a list of files you often use. 427* File Name Cache:: Completion against a list of files you often use.
@@ -452,19 +451,6 @@ Auto-Saving: Protection Against Disasters
452* Control: Auto Save Control. Controlling when and how often to auto-save. 451* Control: Auto Save Control. Controlling when and how often to auto-save.
453* Recover:: Recovering text from auto-save files. 452* Recover:: Recovering text from auto-save files.
454 453
455Version Control
456
457* Introduction to VC:: How version control works in general.
458* VC Mode Line:: How the mode line shows version control status.
459* Basic VC Editing:: How to edit a file under version control.
460* Old Revisions:: Examining and comparing old revisions of files.
461* Secondary VC Commands:: The commands used a little less frequently.
462* Branches:: Multiple lines of development.
463* Remote Repositories:: Efficient access to remote CVS servers.
464* Revision Tags:: Symbolic names for revisions
465* Miscellaneous VC:: Various other commands and features of VC.
466* Customizing VC:: Variables that change VC's behavior.
467
468Using Multiple Buffers 454Using Multiple Buffers
469 455
470* Select Buffer:: Creating a new buffer or reselecting an old one. 456* Select Buffer:: Creating a new buffer or reselecting an old one.
@@ -710,12 +696,25 @@ Running Debuggers Under Emacs
710 696
711Maintaining Large Programs 697Maintaining Large Programs
712 698
699* Version Control:: Version control systems (RCS, CVS and SCCS).
713* Change Log:: Maintaining a change history for your program. 700* Change Log:: Maintaining a change history for your program.
714* Format of ChangeLog:: What the change log file looks like.
715* Tags:: Go directly to any function in your program in one 701* Tags:: Go directly to any function in your program in one
716 command. Tags remembers which file it is in. 702 command. Tags remembers which file it is in.
717* Emerge:: A convenient way of merging two versions of a program. 703* Emerge:: A convenient way of merging two versions of a program.
718 704
705Version Control
706
707* Introduction to VC:: How version control works in general.
708* VC Mode Line:: How the mode line shows version control status.
709* Basic VC Editing:: How to edit a file under version control.
710* Old Revisions:: Examining and comparing old revisions of files.
711* Secondary VC Commands:: The commands used a little less frequently.
712* Branches:: Multiple lines of development.
713* Remote Repositories:: Efficient access to remote CVS servers.
714* Revision Tags:: Symbolic names for revisions
715* Miscellaneous VC:: Various other commands and features of VC.
716* Customizing VC:: Variables that change VC's behavior.
717
719Tags Tables 718Tags Tables
720 719
721* Tag Syntax:: Tag syntax for various types of code and text files. 720* Tag Syntax:: Tag syntax for various types of code and text files.