X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Fnew-users-guide.info-1;h=a3e72a5649eae40f9c23a2827dc4593ad18119e0;hb=d948206281fbe6ec4e5828e2b18722758bf600a6;hp=120065230985ec768bf81d7c35e8d488469810c3;hpb=81572e9b4653c5545c2eb43e87dec439f356c19c;p=chise%2Fxemacs-chise.git- diff --git a/info/new-users-guide.info-1 b/info/new-users-guide.info-1 index 1200652..a3e72a5 100644 --- a/info/new-users-guide.info-1 +++ b/info/new-users-guide.info-1 @@ -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 @@ -52,7 +52,7 @@ Other Features of XEmacs - -- The Detailed Node Listing -- + --- The Detailed Node Listing --- Entering and Exiting Emacs @@ -618,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::. @@ -900,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'). @@ -1157,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")