From e824524bb6879ff23ccb9646e986af9236f7ae79 Mon Sep 17 00:00:00 2001 From: bg66 Date: Wed, 2 Feb 2005 04:45:20 +0000 Subject: [PATCH] Fix. --- lisp/riece-eval.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-eval.el b/lisp/riece-eval.el index dd107ee..de08a19 100644 --- a/lisp/riece-eval.el +++ b/lisp/riece-eval.el @@ -23,7 +23,7 @@ ;;; Commentary: -;; This add-on evaluate an input string as lisp object and send a result +;; This add-on evaluates an input string as lisp object and sends a result ;; as notice. Note the risky of this add-on. ;; To use, add the following line to your ~/.riece/init.el: -- 1.7.10.4