Skip to content

Commit

Permalink
Typos and minor doc rewording (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored Nov 28, 2024
1 parent 69f6390 commit 8b5d208
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions base/ltproperties.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
%<*driver>
% \fi
\ProvidesFile{ltproperties.dtx}
[2024/11/05 v1.0i LaTeX Kernel (Properties)]
[2024/11/28 v1.0i LaTeX Kernel (Properties)]
% \iffalse
%
\documentclass[full]{l3doc}
Expand Down Expand Up @@ -225,7 +225,7 @@
% \cs{property_ref_undefined_warn:}
% \end{syntax}
% \LaTeXe{}-interface: not provided.\\
% The commands triggers the standard warning
% Triggers the standard warning
% \\
% \hspace*{1em}\texttt{LaTeX Warning: There were undefined references.}
% \\
Expand All @@ -239,8 +239,8 @@
% \begin{syntax}
% \cs{property_ref_undefined_warn:n} \Arg{label}
% \end{syntax}
% \LaTeXe{}-interface: not provided.\\
% The commands triggers the standard warning\\
% \LaTeXe{}-interface: not provided.\\
% Triggers the standard warning\\
% \hspace*{1em}\texttt{LaTeX Warning: There were undefined references.}
% \\
% at the end of the document if \meta{label} is not known.
Expand All @@ -254,7 +254,7 @@
% \cs{property_ref_undefined_warn:nn} \Arg{label} \Arg{property}
% \end{syntax}
% \LaTeXe{}-interface: see \cs{RefUndefinedWarn}.\\
% The commands triggers the standard warning\\
% Triggers the standard warning\\
% \hspace*{1em}%
% \texttt{LaTeX Warning: There were undefined references.}\\
% at the end of the document if the reference can not be resolved.
Expand Down Expand Up @@ -374,7 +374,7 @@
% \begin{syntax}
% \cs{RefUndefinedWarn} \Arg{label} \Arg{property}
% \end{syntax}
% This commands triggers the standard warning\\
% Triggers the standard warning\\
% \hspace*{1em}%
% \texttt{LaTeX Warning: There were undefined references.}\\
% at the end of the document if the reference for \meta{label} and \meta{property}
Expand Down
6 changes: 3 additions & 3 deletions base/ltsect.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%%% From File: ltsect.dtx
%<*driver>
% \fi
\ProvidesFile{ltsect.dtx}[2024/03/25 v1.1f LaTeX Kernel (Sectioning)]
\ProvidesFile{ltsect.dtx}[2024/11/28 v1.1f LaTeX Kernel (Sectioning)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltsect.dtx}
Expand Down Expand Up @@ -762,8 +762,8 @@
% \end{macro}
%
% \begin{macro}{\addcontentsline}
% The |\addcontentsline{|\meta{table}|}{|\meta{type}|}{|%
% \meta{entry}|}| command allows the user to add
% The |\addcontentsline{|\meta{table}|}{|\meta{type}|}{|\meta{entry}|}|
% command allows the user to add
% his/her own entry to a table of contents, etc. The command adds the
% entry |\contentsline{|\meta{type}|}{|\meta{entry}|}{|\meta{page}|}{}|
% to the |.|\meta{table} file.
Expand Down

0 comments on commit 8b5d208

Please sign in to comment.