diff man/xemacs/menus.texi @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children
line wrap: on
line diff
--- a/man/xemacs/menus.texi	Mon Aug 13 11:19:22 2007 +0200
+++ b/man/xemacs/menus.texi	Mon Aug 13 11:20:41 2007 +0200
@@ -345,19 +345,19 @@
 alternate binding before the command executes.
 
 @item Syntax Highlighting
-You can customize your init file to include the font-lock mode so that
-when you select this item, the comments will be displayed in one face,
-strings in another, reserved words in another, and so on. @xref{Init
-File}.  When @b{Fonts} is selected, different parts of the program will
-appear in different Fonts. When @b{Colors} is selected, then the program
-will be displayed in different colors. Selecting @b{None} causes the
-program to appear in just one Font and Color. Selecting @b{Less} resets
-the Fonts and Colors to a fast, minimal set of decorations. Selecting
-@b{More} resets the Fonts and Colors to a larger set of decorations. For
-example, if @b{Less} is selected (which is the default setting) then you
-might have all comments in green color.  Whereas, if @b{More} is
-selected then a function name in the comments themselves might appear in
-a different Color or Font.@refill
+You can customize your @code{.emacs} file to include the font-lock 
+mode so that when you select this item, the comments will be 
+displayed in one face, strings in another, reserved words in another, 
+and so on. When @b{Fonts} is selected, different parts of the program 
+will appear in different Fonts. When @b{Colors} is selected, then the 
+program will be displayed in different colors. Selecting @b{None} 
+causes the program to appear in just one Font and Color. Selecting 
+@b{Less} resets the Fonts and Colors to a fast, minimal set of 
+decorations. Selecting @b{More} resets the Fonts and Colors to a larger 
+set of decorations. For example, if @b{Less} is selected (which is the 
+default setting) then you might have all comments in green color. 
+Whereas, if @b{More} is selected then a function name in the comments 
+themselves might appear in a different Color or Font.@refill
 
 @item Paren Highlighting
 After selecting @b{Blink} from this item, if you place the cursor 
@@ -390,7 +390,7 @@
 
 @item Save Options
 Selecting this item will save the current settings of your Options 
-menu to your init file.  @xref{Init File}.
+menu to your @code{.emacs} file.
 @end table
 
 @node Buffers Menu
@@ -430,18 +430,18 @@
  
 The following functions are available: 
 @table @kbd
-@item add-menu: (@var{menu-path} @var{menu-name} @var{menu-items} &optional @var{before})
+@item add-menu: @var{(menu-path menu-name menu-items &optional before)}
 Add a menu to the menu bar or one of its submenus.
-@item add-menu-item: (@var{menu-path} @var{item-name} @var{function}
-@var{enabled-p} &optional @var{before})
+@item add-menu-item: @var{(menu-path item-name function enabled-p
+&optional before)}
 Add a menu item to a menu, creating the menu first if necessary.
-@item delete-menu-item: (@var{path})
+@item delete-menu-item: @var{(path)}
 Remove the menu item defined by @var{path} from the menu hierarchy.
-@item disable-menu-item: (@var{path})
+@item disable-menu-item: @var{(path)}
 Disable the specified menu item.
-@item enable-menu-item: (@var{path})
+@item enable-menu-item: @var{(path)}
 Enable the specified previously disabled menu item.
-@item relabel-menu-item: (@var{path} @var{new-name})
+@item relabel-menu-item: @var{(path new-name)}
 Change the string of the menu item specified by @var{path} to
 @var{new-name}.