* type reference command changes

This commit is contained in:
michael 1999-08-29 22:36:16 +00:00
parent 022e44bb17
commit f84af2f1c2
2 changed files with 4 additions and 4 deletions

View File

@ -130,7 +130,7 @@
%
\newcommand{\seef}[1]{\seefl{#1}{#1}}
\newcommand{\seep}[1]{\seepl{#1}{#1}}
\newcommand{\seetype}[1]{\seetyl{#1}{#1}}
\newcommand{\seetype}[1]{\seetypel{#1}{#1}}
\newcommand{\seevar}[1]{\seevarl{#1}{#1}}
\newcommand{\seeconst}[1]{\seeconstl{#1}{#1}}
%

View File

@ -249,11 +249,11 @@ as follows:
Function Date: TDateTime;
\Description
\var{Date} returns the current date in \var{TDateTime} format.
For more information about the \var{TDateTime} type, see \seety{TDateTime}.
For more information about the \var{TDateTime} type, see \seetype{TDateTime}.
\Errors
None.
\SeeAlso
\seef{Time},\seef{Now}, \seety{TDateTime}.
\seef{Time},\seef{Now}, \seetype{TDateTime}.
\end{function}
\latex{\lstinputlisting{sysutex/ex1.pp}}
@ -287,7 +287,7 @@ Function DateTimeToStr(DateTime: TDateTime): string;
\Errors
None.
\SeeAlso
\seef{FormatDateTime}, \seety{TDateTime}.
\seef{FormatDateTime}, \seetype{TDateTime}.
\end{function}
\latex{\lstinputlisting{sysutex/ex3.pp}}