xresources.texi (GTK names in Emacs): Correct typo.

This commit is contained in:
Jan Djärv 2003-09-29 15:53:11 +00:00
parent ce2b99074a
commit a1f3b57e95
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-09-29 Jan D. <jhd@gaffa.gaia.swipnet.se>
* xresources.texi (GTK names in Emacs): Correct typo.
2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
* pcl-cvs.texi (Selected Files): Fix typo.

View file

@ -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