diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-04-13 13:42:40 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-04-13 13:42:40 -0300 |
commit | 9e0a8475cdd53af664b807c4f0c4d53088a7faf2 (patch) | |
tree | 7648cce11d1929d77b8713877026ecbe36bf7fb0 /lauxlib.h | |
parent | 7ccc6d8290143009d2bab8f4330bbf443fc25846 (diff) | |
download | lua-9e0a8475cdd53af664b807c4f0c4d53088a7faf2.tar.gz lua-9e0a8475cdd53af664b807c4f0c4d53088a7faf2.tar.bz2 lua-9e0a8475cdd53af664b807c4f0c4d53088a7faf2.zip |
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.)
Diffstat (limited to 'lauxlib.h')
-rw-r--r-- | lauxlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | 17 | ||
18 | /* global table */ | 18 | /* global table */ |
19 | #define LUA_GNAME "_G" | 19 | #define LUA_GNAME "_G" |
20 | 20 | ||
21 | 21 | ||
22 | typedef struct luaL_Buffer luaL_Buffer; | 22 | typedef struct luaL_Buffer luaL_Buffer; |