From 064004dc553863b2d9453f1e10d400be319564d2 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 31 Aug 1998 14:37:40 +0000 Subject: [PATCH] update. --- Makefile | 2 +- mime-en.texi | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 2de3bac..501a3ce 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # PACKAGE = flim -VERSION = 1.9.0 +VERSION = 1.9.1 TAR = tar RM = /bin/rm -f diff --git a/mime-en.texi b/mime-en.texi index a95ec3d..72dd84d 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -381,12 +381,11 @@ contains @var{entity}. @cindex entity 処理 method @cindex representation-type -Entity は抽象化されたデータ表現で、実際のデータ表現としては用途に応じて -さまざまなものが利用できるように設計されています。@refill +Entity is an abstraction. It is designed to use various data +representations for their purposes.@refill -ここで、entity がどういう種類の表現を行っているかを示すのが -@strong{representation-type} で、entity を生成する時にはこれを指定します。 -(cf. @ref{Entity Creation}) @refill +Each entity has @strong{representation-type}. It must be specified when +an entity is created. (cf. @ref{Entity Creation}) @refill 前節までに述べて来た entity に対する処理は、entity に対してその処理を依 頼することによって実現されています。Entity は自分の representation-type -- 1.7.10.4