X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-google.el;h=de93b90a23a71a0aa4c7853d15537647cdacf14a;hp=f9c7ef04cbc027ed9f72b9c305fa7180193084b2;hb=8bb0858f2815a32b2cd471fbdfbda2e86e82eb07;hpb=123fe00a61a4beff97172b4ecddfce2db31833ea diff --git a/lisp/riece-google.el b/lisp/riece-google.el index f9c7ef0..de93b90 100644 --- a/lisp/riece-google.el +++ b/lisp/riece-google.el @@ -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 @@ -24,19 +24,16 @@ ;;; 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")))