aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2003-09-29 15:53:11 +0000
committerJan Djärv2003-09-29 15:53:11 +0000
commita1f3b57e951a07fc647e95c11a79734f3cb9786f (patch)
treee6ec86069d6ded86e05755867f6f775e93d05dc2
parentce2b99074a1e5cd134deb692d059e4c74bb80741 (diff)
downloademacs-a1f3b57e951a07fc647e95c11a79734f3cb9786f.tar.gz
emacs-a1f3b57e951a07fc647e95c11a79734f3cb9786f.zip
xresources.texi (GTK names in Emacs): Correct typo.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/xresources.texi4
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 @@
12003-09-29 Jan D. <jhd@gaffa.gaia.swipnet.se>
2
3 * xresources.texi (GTK names in Emacs): Correct typo.
4
12003-09-29 Thien-Thi Nguyen <ttn@gnu.org> 52003-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
727widget "Emacs.pane.menubar" style "my_style" 727widget "Emacs.pane.menubar" style "my_style"
728widget "Emacs.pane.emacs.verticalScrollbar" style "my_style" 728widget "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