Skip to content

Commit ab99a30

Browse files
committed
Remove multiply-defined refs in documentation
1 parent 2960810 commit ab99a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14528,7 +14528,7 @@ function M.writer.new(options)
1452814528
%
1452914529
% Parse the \Opt{slice} option and define \luamdef{writer->slice\_begin}
1453014530
% \luamdef{writer->slice\_end}, and \luamdef{writer->is\_writing}. The
14531-
% \luamdef{writer->is\_writing} member variable is mutable.
14531+
% \luam{writer->is\_writing} member variable is mutable.
1453214532
%
1453314533
% \end{markdown}
1453414534
% \begin{macrocode}
@@ -15123,7 +15123,7 @@ function M.writer.new(options)
1512315123
%
1512415124
% Define \luamdef{writer->active\_headings} as a stack of identifiers
1512515125
% of the headings that are currently active. The
15126-
% \luamdef{writer->active\_headings} member variable is mutable.
15126+
% \luam{writer->active\_headings} member variable is mutable.
1512715127
%
1512815128
% \end{markdown}
1512915129
% \begin{macrocode}

0 commit comments

Comments
 (0)