Better documentation for 'multires' expressions

Manual has a new section explaining multires expressions, lists of
expressions, and adjustments. This commit also corrects some comments
in the code.
This commit is contained in:
Roberto Ierusalimschy
2022-08-19 14:10:18 -03:00
parent d61b0c6028
commit c6cea857a4
3 changed files with 120 additions and 75 deletions

View File

@@ -209,7 +209,7 @@ void luaF_closeupval (lua_State *L, StkId level) {
/*
** Remove firt element from the tbclist plus its dummy nodes.
** Remove first element from the tbclist plus its dummy nodes.
*/
static void poptbclist (lua_State *L) {
StkId tbc = L->tbclist;