From bd15b8ecb20c320139de552f0332236878e5293c Mon Sep 17 00:00:00 2001 From: bg66 Date: Tue, 9 Jan 2007 07:06:03 +0000 Subject: [PATCH] Fix docs. --- mixi.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")) -- 1.7.10.4