]> git.eshelyaron.com Git - emacs.git/commitdiff
xresources.texi (GTK names in Emacs): Correct typo.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 29 Sep 2003 15:53:11 +0000 (15:53 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 29 Sep 2003 15:53:11 +0000 (15:53 +0000)
man/ChangeLog
man/xresources.texi

index f24b583c52ed6873175e97275a91d46d6c3a9576..7b84538193e20f525b7bcd6efb68ae6dbae1bcfb 100644 (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.
index c5400f293cecb5a2c6556596fdc5652f31ce6b8c..4c4e840e776d39c154a2057d08c3e9a0d17c879d 100644 (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