aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-08 00:23:36 +0000
committerRichard M. Stallman2006-02-08 00:23:36 +0000
commit4a446de971e6dfeaf2b1418d2bf17ec84cdfc27f (patch)
tree644c12e05d3cb29775009fc9be03b580d25a74cd
parentaa929821ae8e1d15d2615dcabfa9c2bfe09dc489 (diff)
downloademacs-4a446de971e6dfeaf2b1418d2bf17ec84cdfc27f.tar.gz
emacs-4a446de971e6dfeaf2b1418d2bf17ec84cdfc27f.zip
(GTK styles): Minor clarifications.
-rw-r--r--man/xresources.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/xresources.texi b/man/xresources.texi
index 8ff09ef9594..f7947edda17 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -877,14 +877,14 @@ also for the trough of a scroll bar, i.e. @code{bg[ACTIVE] = "red"}
877sets the scroll bar trough to red. Buttons that have been pressed but 877sets the scroll bar trough to red. Buttons that have been pressed but
878not released yet (``armed'') are in this state. 878not released yet (``armed'') are in this state.
879@item PRELIGHT 879@item PRELIGHT
880This is the state when widgets that can be manipulated have the mouse 880This is the state for a widget that can be manipulated, when the mouse
881pointer over them. For example when the mouse is over the thumb in the 881pointer is over it---for example when the mouse is over the thumb in
882scroll bar or over a menu item. When the mouse is over a button that 882the scroll bar or over a menu item. When the mouse is over a button
883is not pressed, the button is in this state. 883that is not pressed, the button is in this state.
884@item SELECTED 884@item SELECTED
885This is the state when some data has been selected by the user. It can 885This is the state for data that has been selected by the user. It can
886be selected text or items selected in a list. 886be selected text or items selected in a list. This state is not used
887There is no place in Emacs where this setting has any effect. 887in Emacs.
888@item INSENSITIVE 888@item INSENSITIVE
889This is the state for widgets that are visible, but they can not be 889This is the state for widgets that are visible, but they can not be
890manipulated in the usual way---for example, buttons that can't be 890manipulated in the usual way---for example, buttons that can't be