-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct doc about list handler (ltluatex)
The documentation states that of all the functions in the callback returns true then the callback returns true as well, but the following example (and the code) shows that the return value in this case is the head passed to the callback. \directlua{ luatexbase.create_callback('foo', 'list', false) luatexbase.add_to_callback('foo', function(head) print('bar') return true end, 'baz') print(luatexbase.call_callback('foo', token.scan_list())) }\hbox{foo} \stop
- Loading branch information
1 parent
afc5bf6
commit 22fcad0
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,12 @@ to completeness or accuracy and it contains some references to files that are | |
not part of the distribution. | ||
================================================================================ | ||
|
||
2025-01-10 Udi Fogiel <[email protected]> | ||
|
||
* ltluatex.dtx (subsubsection{Handlers}): | ||
Correct documentation about the return value | ||
of the list handler | ||
|
||
2025-01-10 Frank Mittelbach <[email protected]> | ||
|
||
* ltmarks.dtx (subsection{Updating mark structures}): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters