Skip to content

Commit

Permalink
docu fix for #1458
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Sep 6, 2024
1 parent 7fca803 commit 621dbf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions base/ltdefns.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%<*driver>
% \fi
\ProvidesFile{ltdefns.dtx}
[2024/04/17 v1.5t LaTeX Kernel (definition commands)]
[2024/09/06 v1.5t LaTeX Kernel (definition commands)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltdefns.dtx}
Expand Down Expand Up @@ -1772,11 +1772,11 @@
%
% Most of the machinery defined for \cs{NewCommandCopy} can be used to show
% the definition of a robust command, in a similar fashion to \texttt{texdef}.
% The difference is that after the command's is detected to has a given type
% The difference is that after the command is detected to have a given type
% of robustness, rather than making a copy, we use a separate routine to show
% its definition.
%
% With all the machinery in place, \cs{ShowCommand} itself is quite simple:
% With all the machinery in place, \cs{ShowCommand} itself is quite simple: we
% use \cs{robust@command@act} to iterate through the \cs{@showcommandlisthook}
% list, and if nothing is found, fallback to \cs{show}.
% \begin{macrocode}
Expand Down Expand Up @@ -1837,7 +1837,8 @@
% tests are heavily based on Heiko's \cs{LetLtxMacro}, but chopped into
% separate macros.
%
% \cs{@if@DeclareRobustCommand} checks if a command \verb=\cmd= was defined by
% The command \cs{@if@DeclareRobustCommand} checks if a command
% \verb=\cmd= was defined by
% \cs{DeclareRobustCommand}. The test returns true if the expansion of
% \verb=\cmd= is exactly \verb*=\protect\cmd =.
%
Expand Down
2 changes: 1 addition & 1 deletion required/latex-lab/latex-lab-block.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%
% https://www.latex-project.org/lppl.txt
%
\def\ltlabblockdate{2024-09-03}
\def\ltlabblockdate{2024-09-06}
\def\ltlabblockversion{0.8q}
%<*driver>
\documentclass[kernel]{l3doc}
Expand Down

0 comments on commit 621dbf8

Please sign in to comment.