X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=info%2Fnew-users-guide.info-1;h=399b63e508add546aa4c35d2023e36279307591e;hb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;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..399b63e 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::. @@ -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")