emacstool has been removed.
[bpt/emacs.git] / doc / emacs / emacs.texi
index 7686aad..13e6cd7 100644 (file)
@@ -5,7 +5,7 @@
 
 @c The edition number appears in several places in this file
 @set EDITION   Sixteenth
-@set EMACSVER  23.0.50
+@set EMACSVER  23.0.60
 
 @copying
 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
@@ -25,8 +25,8 @@ Manual,'' and with the Back-Cover Texts as in (a) below.  A copy of the
 license is included in the section entitled ``GNU Free Documentation
 License.''
 
-(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
-this GNU Manual. Buying copies from GNU Press supports the FSF in
+(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
+modify this GNU manual.  Buying copies from the FSF supports it in
 developing GNU and promoting software freedom.''
 @end quotation
 @end copying
@@ -119,7 +119,7 @@ and to avoid conflicts.
 Completion
 Backup Files
 Auto-Saving: Protection Against Disasters
-Snapshots
+Tags
 Text Mode
 Outline Mode
 @TeX{} Mode
@@ -302,11 +302,9 @@ Help
 The Mark and the Region
 
 * Setting Mark::       Commands to set the mark.
-* Transient Mark::     How to make Emacs highlight the region--
-                         when there is one.
-* Momentary Mark::      Enabling Transient Mark mode momentarily.
-* Using Region::       Summary of ways to operate on contents of the region.
 * Marking Objects::    Commands to put region around textual units.
+* Using Region::       Summary of ways to operate on contents of the region.
+* Persistent Mark::    Keeping the mark active all the time.
 * Mark Ring::          Previous mark positions saved so you can go back there.
 * Global Mark Ring::   Previous mark positions in various buffers.
 
@@ -464,7 +462,7 @@ Version Control
 * 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.
+* Revision Tags::       Symbolic names for revisions
 * Miscellaneous VC::    Various other commands and features of VC.
 * Customizing VC::      Variables that change VC's behavior.
 
@@ -715,7 +713,7 @@ Maintaining Large Programs
 
 * Change Log::         Maintaining a change history for your program.
 * Format of ChangeLog:: What the change log file looks like.
-* Tags::               Go direct to any function in your program in one
+* Tags::               Go directly to any function in your program in one
                          command.  Tags remembers which file it is in.
 * Emerge::              A convenient way of merging two versions of a program.
 
@@ -866,6 +864,7 @@ Running Shell Commands from Emacs
 * Term Mode::           Special Emacs commands used in Term mode.
 * Paging in Term::      Paging in the terminal emulator.
 * Remote Host::                Connecting to another computer.
+* Serial Terminal::     Connecting to a serial port.
 
 Using Emacs as a Server