diff lisp/x-faces.el @ 2703:2f2d12f4f93a

[xemacs-hg @ 2005-03-31 11:28:41 by aidan] Emacs -> XEmacs as X resource app class in warnings about lack of bold, italic
author aidan
date Thu, 31 Mar 2005 11:28:44 +0000
parents 491f8cf78a9c
children ad2f4ae9895b
line wrap: on
line diff
--- a/lisp/x-faces.el	Wed Mar 30 21:51:42 2005 +0000
+++ b/lisp/x-faces.el	Thu Mar 31 11:28:44 2005 +0000
@@ -39,20 +39,20 @@
 
 ;;  The resource-manager syntax for faces is
 
-;;	 Emacs.bold.attributeFont:		font-name
-;;	 Emacs.bold.attributeForeground:	fg
-;;	 Emacs.bold.attributeBackground:	bg
-;;	 Emacs.bold.attributeBackgroundPixmap:	file
-;;	 Emacs.bold.attributeUnderline:		true/false
-;;	 Emacs.bold.attributeStrikethru:	true/false
+;;	 XEmacs.bold.attributeFont:		font-name
+;;	 XEmacs.bold.attributeForeground:	fg
+;;	 XEmacs.bold.attributeBackground:	bg
+;;	 XEmacs.bold.attributeBackgroundPixmap:	file
+;;	 XEmacs.bold.attributeUnderline:		true/false
+;;	 XEmacs.bold.attributeStrikethru:	true/false
 
 ;;  You can specify the properties of a face on a per-frame basis.  For
 ;;  example, to have the "isearch" face use a red foreground on frames
-;;  named "emacs" (the default) but use a blue foreground on frames that
+;;  named "XEmacs" (the default) but use a blue foreground on frames that
 ;;  you create named "debugger", you could do
 
-;;	 Emacs*emacs.isearch.attributeForeground:	red
-;;	 Emacs*debugger.isearch.attributeForeground:	blue
+;;	 XEmacs*XEmacs.isearch.attributeForeground:	red
+;;	 XEmacs*debugger.isearch.attributeForeground:	blue
 
 ;;  Generally things that make faces won't set any of the face attributes if
 ;;  you have already given them values via the resource database.  You can