From: ueno Date: Sat, 13 Dec 2003 11:20:31 +0000 (+0000) Subject: Fix comment. X-Git-Tag: riece-0_1_7~17 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b601f134e5642aa3886ba5c61bf900f04d8fa8ea;p=elisp%2Friece.git Fix comment. --- diff --git a/lisp/riece-async.el b/lisp/riece-async.el index 8ac4e89..8cc77db 100644 --- a/lisp/riece-async.el +++ b/lisp/riece-async.el @@ -23,13 +23,13 @@ ;;; Commentary: -;; This program allows to connect IRC server via asynchronous proxy -;; which responds to PING request from server in background. +;; This program allows to connect to an IRC server via local proxy +;; which responds to PING requests from server. ;; To use, add the following line to your ~/.riece/init.el: ;; (add-to-list 'riece-addons 'riece-async) -;; If you want to enable this feature to per server, write the server +;; If you want to enable this feature per server, write the server ;; spec like this: ;; (add-to-list 'riece-server-alist ;; '("async" :host "irc.tokyo.wide.ad.jp"