From 78139f5949afd139038c0c5b73428e5d347da802 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 11 Aug 2005 23:27:50 +0000 Subject: [PATCH] Fixed. --- lisp/riece-ruby.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/riece-ruby.el b/lisp/riece-ruby.el index 902b4b1..7eed0a5 100644 --- a/lisp/riece-ruby.el +++ b/lisp/riece-ruby.el @@ -24,7 +24,7 @@ ;;; Commentary: -;; riece-ruby.el is a library to interact with the Ruby interpreter. +;; riece-ruby.el is a library to interact with Ruby interpreter. ;; It supports concurrent execution of Ruby programs in a single ;; session. For example: ;; @@ -49,7 +49,7 @@ ;;; Code: (defgroup riece-ruby nil - "Interact with the Ruby interpreter." + "Interact with Ruby interpreter." :group 'riece) (defcustom riece-ruby-command "ruby" @@ -62,7 +62,7 @@ assumed that the file is in the same directory of this file.") (defvar riece-ruby-process nil - "Process object of the Ruby interpreter.") + "Process object of Ruby interpreter.") (defvar riece-ruby-lock nil "Lock for waiting server response. -- 1.7.10.4