aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2003-09-29 15:53:11 +0000
committerJan Djärv <[email protected]>2003-09-29 15:53:11 +0000
commita1f3b57e951a07fc647e95c11a79734f3cb9786f (patch)
treee6ec86069d6ded86e05755867f6f775e93d05dc2 /man
parentce2b99074a1e5cd134deb692d059e4c74bb80741 (diff)
xresources.texi (GTK names in Emacs): Correct typo.
Diffstat (limited to 'man')
-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 f24b583c52..7b84538193 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-29 Jan D. <[email protected]>
+
+ * xresources.texi (GTK names in Emacs): Correct typo.
+
2003-09-29 Thien-Thi Nguyen <[email protected]>
* pcl-cvs.texi (Selected Files): Fix typo.
diff --git a/man/xresources.texi b/man/xresources.texi
index c5400f293c..4c4e840e77 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