Fix docs.
authorbg66 <bg66>
Tue, 9 Jan 2007 07:06:03 +0000 (07:06 +0000)
committerbg66 <bg66>
Tue, 9 Jan 2007 07:06:03 +0000 (07:06 +0000)
mixi.el

diff --git a/mixi.el b/mixi.el
index 21b7174..cb85069 100644 (file)
--- a/mixi.el
+++ b/mixi.el
               (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"))