Fix comment.

This commit is contained in:
Jan Djärv 2007-08-28 10:16:42 +00:00
parent dd31475195
commit 017de7849c
2 changed files with 9 additions and 1 deletions

View file

@ -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.

View 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))