Re: Some small manual.html typos
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Some small manual.html typos
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2006年1月16日 11:04:12 -0200
> I however found a few typos, that I listed below:
Thanks for the corrections.
> Unfortunately, Lua functions from the standard libraries are prefixed
> with "pdf-". It's no big deal, but is there a reason for that ?
It avoids conflics with other labels. (Unlike C functions, some Lua
functions may collide with regular words). "pdf" stands for "pre-defined
functions" :)
-- Roberto