diff options
| author | Jan Djärv | 2007-01-01 19:03:59 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-01-01 19:03:59 +0000 |
| commit | 7327156500e30406bf96c874e991c2a7c46fb70f (patch) | |
| tree | baac856cb5492a0e7eff9b09231aabd74b6b3bb0 | |
| parent | 42ab4c81746fe0a6c1fadef0dbe1d7bb008e1daa (diff) | |
| download | emacs-7327156500e30406bf96c874e991c2a7c46fb70f.tar.gz emacs-7327156500e30406bf96c874e991c2a7c46fb70f.zip | |
Reorder
| -rw-r--r-- | man/xresources.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/xresources.texi b/man/xresources.texi index ed0dd433dc9..3fec4200863 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -289,16 +289,16 @@ Switch foreground and background default colors if @samp{on}, use colors as | |||
| 289 | specified if @samp{off}. | 289 | specified if @samp{off}. |
| 290 | @end ifnottex | 290 | @end ifnottex |
| 291 | 291 | ||
| 292 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) | ||
| 293 | @cindex scrollbar width | ||
| 294 | The scroll bar width in pixels, equivalent to the frame parameter | ||
| 295 | @code{scroll-bar-width}. | ||
| 296 | |||
| 297 | @item @code{screenGamma} (class @code{ScreenGamma}) | 292 | @item @code{screenGamma} (class @code{ScreenGamma}) |
| 298 | @cindex gamma correction | 293 | @cindex gamma correction |
| 299 | Gamma correction for colors, equivalent to the frame parameter | 294 | Gamma correction for colors, equivalent to the frame parameter |
| 300 | @code{screen-gamma}. | 295 | @code{screen-gamma}. |
| 301 | 296 | ||
| 297 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) | ||
| 298 | @cindex scrollbar width | ||
| 299 | The scroll bar width in pixels, equivalent to the frame parameter | ||
| 300 | @code{scroll-bar-width}. | ||
| 301 | |||
| 302 | @ifnottex | 302 | @ifnottex |
| 303 | @item @code{selectionFont} (class @code{SelectionFont}) | 303 | @item @code{selectionFont} (class @code{SelectionFont}) |
| 304 | Font name for pop-up menu items, in non-toolkit versions of Emacs. (For | 304 | Font name for pop-up menu items, in non-toolkit versions of Emacs. (For |