From: tomo Date: Sun, 19 Jan 2003 18:25:48 +0000 (+0000) Subject: (feature): New environment. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fspecs.git;a=commitdiff_plain;h=4714037ee2d6e25077a6dd59ea750cb2ca5ef8e4 (feature): New environment. (utf-2000): New feature. --- diff --git a/chise-elisp_ja.tex b/chise-elisp_ja.tex index ee3efdd..0d613c7 100644 --- a/chise-elisp_ja.tex +++ b/chise-elisp_ja.tex @@ -4,6 +4,10 @@ \author{守岡 知彦} \date{} +\newenvironment{feature}[1] +{\vspace{0.3em}\noindent{\textbf{機能 #1}}\vspace{-0.5em}\begin{quote}} +{\end{quote}} + \newenvironment{function}[2] {\vspace{0.3em}\noindent{\textbf{関数 #1} (\textit{#2})}\vspace{-0.5em}\begin{quote}} {\end{quote}} @@ -24,6 +28,15 @@ \maketitle +\begin{feature}{utf-2000} + UTF-2000 機能を提供する。 + + \begin{example} + (featurep 'utf-2000) + → t + \end{example} +\end{feature} + \begin{function}{define-char}{char-spec} 文字属性の集合 \var{char-spec} で表現される文字オブジェクトを定義し、 その文字オブジェクトを返す。