X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Ftoolbar-items.el;h=39d1f5114ce2e8b0f550080f68d5a9471f18c24b;hb=29f25af2f84e48b38600617686a15017b5e27932;hp=1c54a917f5617662300f4d7af040dc3801072501;hpb=426fe636212336bb32a5e6f187c4d623709fa57d;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/toolbar-items.el b/lisp/toolbar-items.el index 1c54a91..39d1f51 100644 --- a/lisp/toolbar-items.el +++ b/lisp/toolbar-items.el @@ -400,7 +400,7 @@ Newsreaders known by default are gnus, rn, nn, trn, xrn, slrn, pine (let ((command (cdr-safe (assq toolbar-news-reader toolbar-news-commands-alist)))) (or command - (error "Unkown news reader %s" toolbar-news-reader)) + (error "Unknown news reader %s" toolbar-news-reader)) (if (symbolp command) (call-interactively command) (eval command))))