From: bg66 Date: Tue, 9 Jan 2007 07:06:03 +0000 (+0000) Subject: Fix docs. X-Git-Tag: mixi-el-1_0_0~120 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmixi.git;a=commitdiff_plain;h=bd15b8ecb20c320139de552f0332236878e5293c Fix docs. --- diff --git a/mixi.el b/mixi.el index 21b7174..cb85069 100644 --- a/mixi.el +++ b/mixi.el @@ -164,8 +164,8 @@ (executable-find mixi-curl-program)) 'curl) (error "Cannot set `mixi-backend'.")) - "*The function for retrieving." - :type '(radio (const :tag "Use w3m" w3m) + "*The backend for accessing to mixi." + :type '(radio (const :tag "Use emacs-w3m" w3m) (const :tag "Use url.el" url) (const :tag "Use curl" curl) (symbol :tag "The other backend"))