summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2015-12-24 17:46:01 +0900
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2015-12-24 17:46:01 +0900
commit076172ba824783636094bbe7a63018c07077733c (patch)
tree71cf882e48d00a218a26a581e7ca590722d1e0eb /lisp/term
parent9576e885ef33d08b53d8296e262e09d9deda9523 (diff)
downloademacs-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.el2
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")