From: YAMAMOTO Mitsuharu Date: Thu, 24 Dec 2015 08:46:01 +0000 (+0900) Subject: * lisp/term/x-win.el (x-gtk-stock-map): Fix typo. X-Git-Tag: emacs-25.0.90~405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=076172ba824783636094bbe7a63018c07077733c;p=emacs.git * lisp/term/x-win.el (x-gtk-stock-map): Fix typo. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 690401e1970..b8fbaf7592d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1387,7 +1387,7 @@ This returns an error if any Emacs frames are X frames." ("etc/images/connect" . "gtk-connect") ("etc/images/contact" . "gtk-contact") ("etc/images/delete" . ("edit-delete" "gtk-delete")) - ("etc/images/describe" . ("ocument-properties" "gtk-properties")) + ("etc/images/describe" . ("document-properties" "gtk-properties")) ("etc/images/disconnect" . "gtk-disconnect") ;; ("etc/images/exit" . "gtk-exit") ("etc/images/lock-broken" . "gtk-lock_broken")