diff man/xemacs/custom.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 30d2cfa1092a
children 8626e4521993
line wrap: on
line diff
--- a/man/xemacs/custom.texi	Mon Aug 13 11:01:58 2007 +0200
+++ b/man/xemacs/custom.texi	Mon Aug 13 11:03:08 2007 +0200
@@ -1093,9 +1093,9 @@
 local map, which affects all buffers using the same major mode.
 
 @menu
-* Interactive Rebinding::      Changing Key Bindings Interactively   
-* Programmatic Rebinding::     Changing Key Bindings Programmatically
-* Key Bindings Using Strings:: Using Strings for Changing Key Bindings 
+* Interactive Rebinding::     Changing Key Bindings Interactively   
+* Programmatic Rebinding::    Changing Key Bindings Programmatically
+* Key Bindings Using Strings::Using Strings for Changing Key Bindings 
 @end menu
 
 @node Interactive Rebinding
@@ -2206,7 +2206,7 @@
 
 @table @asis
 @item @code{geometry} (class @code{Geometry}): string
-Initial geometry for the frame.  @xref{Geometry Resources}, for a
+Initial geometry for the frame.  @xref{Geometry Resources} for a
 complete discussion of how this works.
 
 @item @code{iconic} (class @code{Iconic}): boolean
@@ -2486,27 +2486,13 @@
 colors: It uses whatever resources are appropriate to the type of widget
 which is used to implement it.
 
-If Emacs was compiled to use only the Lucid Motif-lookalike menu widgets,
-then one way to specify the font of the menubar would be
+If Emacs was compiled to use only the Motif-lookalike menu widgets, then one
+way to specify the font of the menubar would be
 
 @example
 Emacs*menubar*font: *-courier-medium-r-*-*-*-120-*-*-*-*-*-*
 @end example
 
-If both the Lucid Motif-lookalike menu widgets and X Font Sets are 
-configured to allow multilingual menubars, then one uses
-
-@example
-*menubar*FontSet:       -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
-                        -*-*-*-*-*-*-*-120-*-jisx0208.1983-0
-@end example
-
-That would specify fonts for a Japanese menubar.  Specifying only one
-XLFD is acceptable; specifying more than one for a given registry
-(language) is also allowed.  When X Font Sets are configured, some .font
-resources (eg, menubars) are ignored in favor of the corresponding
-.fontSet resources.
-
 If the Motif library is being used, then one would have to use 
 
 @example