awesome/docs
Uli Schlachter 0707f52ebf Get rid of broken hint in the readme (#1801)
luaL_dostring(L, s) is a macro that expands to
luaL_loadstring(L,s)||lua_pcall(L,0,LUA_MULTRET,0). Then,
lua_pcall(L,n,r,f) sometimes (since Lua 5.3?) is a macro that expands to
lua_pcallk(L,n,r,f,0,NULL), but can sometimes also just be a function.

Explaining all the above would make this section more complicated and
apparently no one uses this hint anyway, because no one told us yet that
this hint does not work.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-05-30 10:28:44 +02:00
..
aliases change module to class when documention links to a class description (#1440) 2017-01-23 18:55:28 -05:00
common doc: Fix wibar documentation 2017-02-27 16:12:37 -05:00
images doc/images/mouse.svg: fix indexes (#1592) 2017-02-22 20:10:50 +01:00
00-authors.md doc: fix authors (#1304) 2016-12-27 02:42:41 +01:00
01-readme.md Get rid of broken hint in the readme (#1801) 2017-05-30 10:28:44 +02:00
02-contributing.md Remove traces of the old URL (#1280) 2016-12-21 02:03:03 +01:00
03-declarative-layout.md Fix a tiny typo 2017-05-11 15:56:58 +02:00
04-new-widgets.md wibox.widget.base: do not call set_children if children is nil 2017-04-18 15:00:39 +02:00
05-awesomerc.md.lua doc: Add the default rc.lua to the API documentation 2017-02-25 16:42:55 -05:00
06-appearance.md.lua Guarantee stable output from 06-appearence.md.lua (#1233) 2016-11-25 22:41:58 +01:00
07-my-first-awesome.md Move filesystem functions out of awful.util into new gears.filesystem 2017-03-15 13:46:33 -05:00
16-using-cairo.md Fix more typos 2016-12-16 22:02:35 +01:00
17-porting-tips.md doc: reflect the actual way to get client object 2017-02-03 18:47:21 +03:00
89-NEWS.md Update the NEWS 2017-03-18 15:28:29 -04:00
90-FAQ.md doc: FAQ: fix/improve size_hints_honor section (#1740) 2017-04-19 10:03:47 +02:00
config.ld doc: Add the default rc.lua to the API documentation 2017-02-25 16:42:55 -05:00
load_ldoc.cmake Add vim modelines to all CMake files 2016-12-31 14:02:14 +01:00
sample_files.lua doc: Add the default theme to the sample files 2017-02-25 16:42:55 -05:00
sample_theme.lua Move filesystem functions out of awful.util into new gears.filesystem 2017-03-15 13:46:33 -05:00
widget_lists.cmake Add vim modelines to all CMake files 2016-12-31 14:02:14 +01:00