xresources.texi (GTK names in Emacs): Correct typo.
This commit is contained in:
parent
ce2b99074a
commit
a1f3b57e95
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue