diff options
| author | Jan Djärv | 2003-09-29 15:53:11 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-09-29 15:53:11 +0000 |
| commit | a1f3b57e951a07fc647e95c11a79734f3cb9786f (patch) | |
| tree | e6ec86069d6ded86e05755867f6f775e93d05dc2 | |
| parent | ce2b99074a1e5cd134deb692d059e4c74bb80741 (diff) | |
| download | emacs-a1f3b57e951a07fc647e95c11a79734f3cb9786f.tar.gz emacs-a1f3b57e951a07fc647e95c11a79734f3cb9786f.zip | |
xresources.texi (GTK names in Emacs): Correct typo.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/xresources.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index f24b583c52e..7b84538193e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-09-29 Jan D. <jhd@gaffa.gaia.swipnet.se> | ||
| 2 | |||
| 3 | * xresources.texi (GTK names in Emacs): Correct typo. | ||
| 4 | |||
| 1 | 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> | 5 | 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 6 | ||
| 3 | * pcl-cvs.texi (Selected Files): Fix typo. | 7 | * pcl-cvs.texi (Selected Files): Fix typo. |
diff --git a/man/xresources.texi b/man/xresources.texi index c5400f293ce..4c4e840e776 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -710,7 +710,7 @@ The names for the emacs widgets, and their classes, are: | |||
| 710 | @tab @code{GtkVHbox} | 710 | @tab @code{GtkVHbox} |
| 711 | @item @code{emacs} | 711 | @item @code{emacs} |
| 712 | @tab @code{GtkFixed} | 712 | @tab @code{GtkFixed} |
| 713 | @item @code{verticalScrollbar} | 713 | @item @code{verticalScrollBar} |
| 714 | @tab @code{GtkVScrollbar} | 714 | @tab @code{GtkVScrollbar} |
| 715 | @item @code{emacs-toolbar} | 715 | @item @code{emacs-toolbar} |
| 716 | @tab @code{GtkToolbar} | 716 | @tab @code{GtkToolbar} |
| @@ -725,7 +725,7 @@ Thus, for Emacs you can write the two examples above as: | |||
| 725 | 725 | ||
| 726 | @smallexample | 726 | @smallexample |
| 727 | widget "Emacs.pane.menubar" style "my_style" | 727 | widget "Emacs.pane.menubar" style "my_style" |
| 728 | widget "Emacs.pane.emacs.verticalScrollbar" style "my_style" | 728 | widget "Emacs.pane.emacs.verticalScrollBar" style "my_style" |
| 729 | @end smallexample | 729 | @end smallexample |
| 730 | 730 | ||
| 731 | GTK absolute names are quite strange when it comes to menus | 731 | GTK absolute names are quite strange when it comes to menus |