Add the following comment to add-on modules.
[riece] / lisp / riece-google.el
index f9c7ef0..de93b90 100644 (file)
@@ -1,4 +1,4 @@
-;;; riece-google.el --- Interface to Google API
+;;; riece-google.el --- search keywords by Google
 ;; Copyright (C) 2005 OHASHI Akira
 
 ;; Author: OHASHI Akira <bg66@koka-in.org>
 
 ;;; Commentary:
 
-;; This add-on searches keywords by Google.
+;; NOTE: This is an add-on module for Riece.
 
 ;; Ruby code was stolen (and modified) from nadoka.
 
-;; To use, add the following line to your ~/.riece/init.el:
-;; (add-to-list 'riece-addons 'riece-google)
-
 ;;; Code:
 
 (require 'riece-message)
 
 (defgroup riece-google nil
-  "Interface to Google API."
+  "Search keywords by Google."
   :prefix "riece-"
   :group 'riece)
 
@@ -148,7 +145,7 @@ end
   :group 'riece-google)
 
 (defcustom riece-google-default-lang '("lang_en" "lang_ja")
-  "*Default language for search keywords."
+  "*Default language for searching keywords."
   :type '(repeat (choice (const "lang_en" :tag "English")
                         (const "lang_ja" :tag "Japanese")
                         (string :tag "The other language")))