diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-29 00:11:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-29 00:11:18 +0000 |
commit | 03e895528bdcda911fdf41b8e1da264aef4516d5 (patch) | |
tree | a9fdaa65771f5c02008b28b33b3eb861cbdcd869 /Master/texmf-dist/source/fontinst/base/ficommon.dtx | |
parent | 9ab8b11d71a0b50e015a4385a7c8b9a1edebc4a4 (diff) |
fontinst 1.929 (28sep08)
git-svn-id: svn://tug.org/texlive/trunk@10781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fontinst/base/ficommon.dtx')
-rw-r--r-- | Master/texmf-dist/source/fontinst/base/ficommon.dtx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/fontinst/base/ficommon.dtx b/Master/texmf-dist/source/fontinst/base/ficommon.dtx index 3127c25cbe5..22348cd9ce8 100644 --- a/Master/texmf-dist/source/fontinst/base/ficommon.dtx +++ b/Master/texmf-dist/source/fontinst/base/ficommon.dtx @@ -1653,8 +1653,8 @@ % \end{macrocode} % \end{macro} % - - +% +% % \subsection{Setting variables} % \label{Ssec:Variables} % @@ -2335,7 +2335,7 @@ % repetition of the \meta{body code}, this variable will get reset to % the next item in the \meta{csep-list}. % -% |\for|\textellipsis\ |\endfor| constructions can be nested. +% |\foreach|\textellipsis\ |\endfor| constructions can be nested. % \meta{name} is used by |\foreach| to identify its matching |\endfor|, % so they need to be identical in |\foreach| and |\endfor|. % @@ -2381,7 +2381,8 @@ % \end{macrocode} % % In \package{fontdoc}, |\comment| starts a new text paragraph and -% leaves the argument to be typeset. +% leaves the argument to be typeset. Note that the argument group +% thus survives; some commands make use of this fact. % \begin{macrocode} %<*doc> \def\comment{\par\noindent} |