Skip to content

Commit

Permalink
correct docu
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Jul 21, 2024
1 parent b94bd3e commit e6d37f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagpdf-backend.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ local tagunmarkedbool= token.create("g_@@_tagunmarked_bool")
local truebool = token.create("c_true_bool")
% \end{macrocode}
% with this token we can query the state of the softhyphen boolean
% and so detect if hyphens should be marked with ActualText
% and so detect if hyphens from hyphenation should be replaced by soft-hyphens.
% \begin{macrocode}
local softhyphenbool = token.create("g_@@_softhyphen_bool")
% \end{macrocode}
Expand Down

0 comments on commit e6d37f7

Please sign in to comment.