aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-08-28 10:16:42 +0000
committerJan Djärv2007-08-28 10:16:42 +0000
commit017de7849c977b7c7eecf8380ffd493b7beb496b (patch)
tree3d3349e35b682aeb3fef9f7e8a5489972d22e76f
parentdd314751952bd9289a682e9978fe8816539e72c3 (diff)
downloademacs-017de7849c977b7c7eecf8380ffd493b7beb496b.tar.gz
emacs-017de7849c977b7c7eecf8380ffd493b7beb496b.zip
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 @@
12007-08-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * term/x-win.el (x-gtk-stock-map): New variable.
4 (x-gtk-map-stock): New function.
5
6 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
7 prev/next-node.
8
12007-08-28 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change) 92007-08-28 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change)
2 10
3 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0. 11 * 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."
2586 :group 'x) 2586 :group 'x)
2587 2587
2588(defun x-gtk-map-stock (file) 2588(defun x-gtk-map-stock (file)
2589 "Map icon with file name FILE to a Gtk stock name, using `stock-map-gtk'." 2589 "Map icon with file name FILE to a Gtk+ stock name, using `x-gtk-stock-map'."
2590 (let ((value (and file 2590 (let ((value (and file
2591 (assoc-string (file-name-sans-extension 2591 (assoc-string (file-name-sans-extension
2592 (file-name-nondirectory file)) 2592 (file-name-nondirectory file))