From: Jan Djärv Date: Tue, 28 Aug 2007 10:16:42 +0000 (+0000) Subject: Fix comment. X-Git-Tag: emacs-pretest-23.0.90~11244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=017de7849c977b7c7eecf8380ffd493b7beb496b;p=emacs.git Fix comment. --- 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 + + * 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 (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))