diff options
author | 2017-01-06 09:04:03 -0500 | |
---|---|---|
committer | 2017-01-06 09:04:03 -0500 | |
commit | 5e6ae524f7d1d3dac9a44ebcfc91019aa30e1c11 (patch) | |
tree | 810c4f77119b64fa1a8bda224d0f79ca55b0edfe /doc/manual.md | |
parent | 07293f5457565d00c9afdea83b4add12fa0d93c5 (diff) | |
download | textadept-5e6ae524f7d1d3dac9a44ebcfc91019aa30e1c11.tar.gz textadept-5e6ae524f7d1d3dac9a44ebcfc91019aa30e1c11.zip |
Fixed typo; doc/manual.md
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md index 2bc1babe..685a38c1 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1006,7 +1006,7 @@ following to *~/.textadept/init.lua*: ui.tabs = false ui.find.find_in_files_timeout = 5 - textadept.editing.auto_pair = nil + textadept.editing.auto_pairs = nil textadept.editing.typeover_chars = nil textadept.editing.strip_trailing_spaces = true textadept.editing.comment_string.ansi_c = '//' |