From 9f804f70df793dd2d50c0b14000ab83a6bc02b83 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 12 Dec 2011 19:15:53 -0500 Subject: Remove 'module' and update LuaDoc comments appropriately. --- doc/manual/7_Modules.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/manual/7_Modules.md') diff --git a/doc/manual/7_Modules.md b/doc/manual/7_Modules.md index 57845121..4885b9cd 100644 --- a/doc/manual/7_Modules.md +++ b/doc/manual/7_Modules.md @@ -135,9 +135,7 @@ a `post_init.lua` file. For example, instead of copying the `lua` module and changing its `set_buffer_properties()` function to use tabs, you can do this from `post_init.lua`: - module('_m.lua', package.seeall) - - function set_buffer_properties() + function _m.lua.set_buffer_properties() buffer.use_tabs = true end -- cgit v1.2.3