aboutsummaryrefslogtreecommitdiff
path: root/doc/08_Preferences.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/08_Preferences.md')
-rw-r--r--doc/08_Preferences.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md
index 9495a747..a6e0a09f 100644
--- a/doc/08_Preferences.md
+++ b/doc/08_Preferences.md
@@ -80,7 +80,7 @@ commands, load more [Adeptsense tags][], and add additional
[key bindings](#Key.Bindings) and [snippets](#Snippets) (instead of in
*~/.textadept/init.lua*). For example:
- textadept.run.run_command.lua = 'lua5.2'
+ textadept.run.run_commands.lua = 'lua5.2'
_M.lua.sense:load_ctags('/path/to/my/projects/tags')
keys.lua['c\n'] = function()
buffer:line_end() buffer:add_text('end') buffer:new_line()