lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thijs Schreijer <thijs@thijsschreijer.nl> writes:
> it does exactly say that, but maybe;
>
> *if mask contains a 'c':  the hook is called every time Lua calls a function;
> *if mask contains a 'r':  the hook is called every time Lua returns from a function;
> *if mask contains a 'l':  the hook is called every time Lua enters a new line of code.
>  ^^^^^^^^^^^^^^^^^^ <- added
>
> With a count different from zero, the hook is also called after
>                                      added -> ^^^^
> every count instructions.
>
> Would be clearer.

I like this change... it does seem clearer to me.

[Even though the current manual is accurate, I didn't get the
interaction of mask/count when I read it...]

-miles

-- 
Politics, n. A strife of interests masquerading as a contest of
principles. The conduct of public affairs for private advantage.