diff options
| -rw-r--r-- | man/xresources.texi | 14 |
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"} | |||
| 877 | sets the scroll bar trough to red. Buttons that have been pressed but | 877 | sets the scroll bar trough to red. Buttons that have been pressed but |
| 878 | not released yet (``armed'') are in this state. | 878 | not released yet (``armed'') are in this state. |
| 879 | @item PRELIGHT | 879 | @item PRELIGHT |
| 880 | This is the state when widgets that can be manipulated have the mouse | 880 | This is the state for a widget that can be manipulated, when the mouse |
| 881 | pointer over them. For example when the mouse is over the thumb in the | 881 | pointer is over it---for example when the mouse is over the thumb in |
| 882 | scroll bar or over a menu item. When the mouse is over a button that | 882 | the scroll bar or over a menu item. When the mouse is over a button |
| 883 | is not pressed, the button is in this state. | 883 | that is not pressed, the button is in this state. |
| 884 | @item SELECTED | 884 | @item SELECTED |
| 885 | This is the state when some data has been selected by the user. It can | 885 | This is the state for data that has been selected by the user. It can |
| 886 | be selected text or items selected in a list. | 886 | be selected text or items selected in a list. This state is not used |
| 887 | There is no place in Emacs where this setting has any effect. | 887 | in Emacs. |
| 888 | @item INSENSITIVE | 888 | @item INSENSITIVE |
| 889 | This is the state for widgets that are visible, but they can not be | 889 | This is the state for widgets that are visible, but they can not be |
| 890 | manipulated in the usual way---for example, buttons that can't be | 890 | manipulated in the usual way---for example, buttons that can't be |