Browse Source

* type reference command changes

michael 26 years ago
parent
commit
f84af2f1c2
2 changed files with 4 additions and 4 deletions
  1. 1 1
      docs/fpc.sty
  2. 3 3
      docs/sysutils.tex

+ 1 - 1
docs/fpc.sty

@@ -130,7 +130,7 @@
 %
 %
 \newcommand{\seef}[1]{\seefl{#1}{#1}}
 \newcommand{\seef}[1]{\seefl{#1}{#1}}
 \newcommand{\seep}[1]{\seepl{#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{\seevar}[1]{\seevarl{#1}{#1}}
 \newcommand{\seeconst}[1]{\seeconstl{#1}{#1}}
 \newcommand{\seeconst}[1]{\seeconstl{#1}{#1}}
 %
 %

+ 3 - 3
docs/sysutils.tex

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