Sync up with r21-4-11-chise-0_21-=cns11643-6.
[chise/xemacs-chise.git-] / info / new-users-guide.info-1
index 4771478..a3e72a5 100644 (file)
@@ -1,5 +1,5 @@
-This is Info file ../info/new-users-guide.info, produced by Makeinfo
-version 1.68 from the input file new-users-guide/new-users-guide.texi.
+This is ../info/new-users-guide.info, produced by makeinfo version 4.0
+from new-users-guide/new-users-guide.texi.
 
 INFO-DIR-SECTION XEmacs Editor
 START-INFO-DIR-ENTRY
@@ -19,7 +19,8 @@ preserved on all copies.
 \1f
 File: new-users-guide.info,  Node: Top,  Next: Intro,  Prev: (dir),  Up: (dir)
 
-   The Emacs Editor ****************
+The Emacs Editor
+****************
 
    Emacs is the extensible, customizable, self-documenting real-time
 display editor.  This Info file will help you get started on using
@@ -51,7 +52,7 @@ Other Features of XEmacs
 
 
 
- -- The Detailed Node Listing --
+ --- The Detailed Node Listing ---
 
 Entering and Exiting Emacs
 
@@ -617,7 +618,7 @@ Undo
 Cut
      Removes the selected text block from the current buffer, makes it
      the X clipboard selection, and places it in the kill ring (*note
-     Moving Text::.). Before executing this command, you have to select
+     Moving Text::). Before executing this command, you have to select
      a region using Emacs region selection commands or with the mouse.
      *Note Selecting Text::.
 
@@ -899,7 +900,7 @@ given in parenthesis. You can also invoke these commands by typing `M-x
      Move the cursor forward one word (`forward-word').
 
 `M-b'
-     Move the cursor backword one word (`backward-word').
+     Move the cursor backward one word (`backward-word').
 
 `M-<'
      Move the cursor to the top of the buffer (`beginning-of-buffer').
@@ -1156,7 +1157,7 @@ are:
      first if necessary. If the named item already exists, the menu
      will remain unchanged. For example, if you add the following
      example to your `.emacs' file or evaluate it (*note Customization
-     Basics::.),
+     Basics::),
 
           (add-menu-item '("Edit") "Replace String" replace-string t "Clear")