[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/display.texi
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/man/display.texi |
Date: |
Sat, 16 Jul 2005 07:03:27 -0400 |
Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.97 emacs/man/display.texi:1.98
*** emacs/man/display.texi:1.97 Fri Jul 8 01:06:03 2005
--- emacs/man/display.texi Sat Jul 16 11:03:26 2005
***************
*** 214,222 ****
@item tooltip
This face is used for tooltips. @xref{Tooltips}.
@item menu
! This face determines the colors and font of Emacs's menus. Setting the
! font of LessTif/Motif menus is currently not supported; attempts to set
! the font are ignored in this case. @xref{Menu Bars}.
@end table
@node Font Lock
--- 214,229 ----
@item tooltip
This face is used for tooltips. @xref{Tooltips}.
@item menu
! @cindex menu bar appearance
! @cindex @code{menu} face, no effect if customized
! @cindex customization of @code{menu} face
! This face determines the colors and font of Emacs's menus. @xref{Menu
! Bars}. Setting the font of LessTif/Motif menus is currently not
! supported; attempts to set the font are ignored in this case.
! Likewise, attempts to customize this face in Emacs built with GTK and
! in the MS-Windows port are ignored by the respective GUI toolkits;
! you need to use system-wide styles and options to change the
! appearance of the menus.
@end table
@node Font Lock