From: Jan Djärv Date: Mon, 29 Sep 2003 15:53:11 +0000 (+0000) Subject: xresources.texi (GTK names in Emacs): Correct typo. X-Git-Tag: ttn-vms-21-2-B4~8698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1f3b57e951a07fc647e95c11a79734f3cb9786f;p=emacs.git xresources.texi (GTK names in Emacs): Correct typo. --- diff --git a/man/ChangeLog b/man/ChangeLog index f24b583c52e..7b84538193e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2003-09-29 Jan D. + + * xresources.texi (GTK names in Emacs): Correct typo. + 2003-09-29 Thien-Thi Nguyen * 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: @tab @code{GtkVHbox} @item @code{emacs} @tab @code{GtkFixed} -@item @code{verticalScrollbar} +@item @code{verticalScrollBar} @tab @code{GtkVScrollbar} @item @code{emacs-toolbar} @tab @code{GtkToolbar} @@ -725,7 +725,7 @@ Thus, for Emacs you can write the two examples above as: @smallexample widget "Emacs.pane.menubar" style "my_style" -widget "Emacs.pane.emacs.verticalScrollbar" style "my_style" +widget "Emacs.pane.emacs.verticalScrollBar" style "my_style" @end smallexample GTK absolute names are quite strange when it comes to menus