From: ueno Date: Thu, 11 Aug 2005 23:27:50 +0000 (+0000) Subject: Fixed. X-Git-Tag: channel-coding-branchpoint~142 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=78139f5949afd139038c0c5b73428e5d347da802;p=elisp%2Friece.git Fixed. --- 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.