X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Fnew-users-guide.info-1;h=a3e72a5649eae40f9c23a2827dc4593ad18119e0;hb=f25aa1d46f1ded748f0ea4bcf875441a538ec14a;hp=043aa9b190c048080aae3f67ac558ba463cb6c0b;hpb=430e0db85cc37821320fe27da9feeacc7961003f;p=chise%2Fxemacs-chise.git- diff --git a/info/new-users-guide.info-1 b/info/new-users-guide.info-1 index 043aa9b..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.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.  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'). @@ -1149,14 +1150,14 @@ Pull-down Menus::. Some of the functions which are available to you for customization are: - 1. add-menu-item: (MENU-NAME ITEM-NAME FUNCTION ENABLED-P &OPTIONAL + 1. add-menu-item: (MENU-NAME ITEM-NAME FUNCTION ENABLED-P &optional BEFORE) This function will add a menu item to a menu, creating the menu 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")