mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Added 'simplesect' sections to the manual
'simplesect' encloses the introductory text of sections with subsections, so that each section either is all text or is all subsections. (This commit also corrects a small brace error in the manual and extra spaces/tabs in some other files.)
This commit is contained in:
parent
7ccc6d8290
commit
9e0a8475cd
5 changed files with 56 additions and 6 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
/* global table */
|
||||
#define LUA_GNAME "_G"
|
||||
#define LUA_GNAME "_G"
|
||||
|
||||
|
||||
typedef struct luaL_Buffer luaL_Buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue