aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-01-06 09:04:03 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2017-01-06 09:04:03 -0500
commit5e6ae524f7d1d3dac9a44ebcfc91019aa30e1c11 (patch)
tree810c4f77119b64fa1a8bda224d0f79ca55b0edfe /doc/manual.md
parent07293f5457565d00c9afdea83b4add12fa0d93c5 (diff)
downloadtextadept-5e6ae524f7d1d3dac9a44ebcfc91019aa30e1c11.tar.gz
textadept-5e6ae524f7d1d3dac9a44ebcfc91019aa30e1c11.zip
Fixed typo; doc/manual.md
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md2
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 = '//'