summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2007-08-28 10:16:42 +0000
committerJan Djärv <jan.h.d@swipnet.se>2007-08-28 10:16:42 +0000
commit017de7849c977b7c7eecf8380ffd493b7beb496b (patch)
tree3d3349e35b682aeb3fef9f7e8a5489972d22e76f
parentdd314751952bd9289a682e9978fe8816539e72c3 (diff)
downloademacs-017de7849c977b7c7eecf8380ffd493b7beb496b.tar.gz
Fix comment.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/term/x-win.el2
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3ae13538fd5..18cbe7f74a9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-28 Jan Dj,Ad(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,Ae(Brd <bojohan@dd.chalmers.se> (tiny change)
* play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 41b7cfe912d..ed4330ee969 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -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))