]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 28 Aug 2007 10:16:42 +0000 (10:16 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 28 Aug 2007 10:16:42 +0000 (10:16 +0000)
lisp/ChangeLog
lisp/term/x-win.el

index 3ae13538fd5f5ef9e1535466dec1433f2b503c93..18cbe7f74a9e1c74232bd0eb45a9eaf8a1a5a321 100644 (file)
@@ -1,3 +1,11 @@
+2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (x-gtk-stock-map): New variable.
+       (x-gtk-map-stock): New function.
+
+       * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
+       prev/next-node.
+
 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
 
        * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
index 41b7cfe912dbfd36c4b695dc82dc100b67e7f419..ed4330ee969a995be106281e00c44def2e8014c7 100644 (file)
@@ -2586,7 +2586,7 @@ Emacs must be compiled with the Gtk+ toolkit for this to have any effect."
   :group 'x)
 
 (defun x-gtk-map-stock (file)
-  "Map icon with file name FILE to a Gtk stock name, using `stock-map-gtk'."
+  "Map icon with file name FILE to a Gtk+ stock name, using `x-gtk-stock-map'."
   (let ((value (and file
                    (assoc-string (file-name-sans-extension 
                                   (file-name-nondirectory file))