*** empty log message ***
[bpt/emacs.git] / man / emacs.texi
index cd7dee0..f8eba9b 100644 (file)
@@ -8,7 +8,7 @@
 
 @c The edition number appears in several places in this file
 @set EDITION   Fourteenth
-@set EMACSVER  21.0.106
+@set EMACSVER  21.0.107
 
 @ifnottex
 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},
@@ -44,7 +44,7 @@ Software Foundation raise funds for GNU development.''
 @c copy of this manual that will be published.  the manual should go
 @c onto the distribution in the full, 8.5 x 11" size.  
 
-@smallbook
+@c @smallbook
 
 @iftex
 @kbdinputstyle code
@@ -382,7 +382,7 @@ Using Multiple Buffers
 
 * Select Buffer::       Creating a new buffer or reselecting an old one.
 * List Buffers::        Getting a list of buffers that exist.
-* Misc Buffer::                Renaming; changing read-onlyness; copying text.
+* Misc Buffer::                Renaming; changing read-onliness; copying text.
 * Kill Buffer::                Killing buffers you no longer need.
 * Several Buffers::     How to go through the list of all buffers
                          and operate variously on several of them.
@@ -576,7 +576,7 @@ Running Debuggers Under Emacs
 Maintaining Programs
 
 * Change Log::         Maintaining a change history for your program.
-* Authors::             Maintaining an @file{AUTHORS} file.
+* Authors::             Maintaining the Emacs @file{AUTHORS} file.
 * Tags::               Go direct 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.