diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2015-12-24 17:46:01 +0900 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2015-12-24 17:46:01 +0900 |
commit | 076172ba824783636094bbe7a63018c07077733c (patch) | |
tree | 71cf882e48d00a218a26a581e7ca590722d1e0eb /lisp/term | |
parent | 9576e885ef33d08b53d8296e262e09d9deda9523 (diff) | |
download | emacs-076172ba824783636094bbe7a63018c07077733c.tar.gz |
* lisp/term/x-win.el (x-gtk-stock-map): Fix typo.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |