From b601f134e5642aa3886ba5c61bf900f04d8fa8ea Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 13 Dec 2003 11:20:31 +0000 Subject: [PATCH] Fix comment. --- lisp/riece-async.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 1.7.10.4