summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Baumgarten <jebaum@ucla.edu>2016-02-22 16:08:36 -0800
committerJames Baumgarten <jebaum@ucla.edu>2016-02-22 16:08:36 -0800
commita2ffeea18cb1fcabf498ce7f69f24396a9952e5d (patch)
treec0f10aaed36aecc268548d838a9088b130c04a44 /doc
parent6a86945ca7469e9bfc72342024e946d7f73c895e (diff)
downloaddeoplete.nvim-a2ffeea18cb1fcabf498ce7f69f24396a9952e5d.zip
Fix outdated function name in doc
Diffstat (limited to 'doc')
-rw-r--r--doc/deoplete.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt
index f516e51..200ed03 100644
--- a/doc/deoplete.txt
+++ b/doc/deoplete.txt
@@ -323,8 +323,8 @@ deoplete#initialize() *deoplete#initialize()*
User customization for deoplete must be set before
initialization of deoplete.
- *deoplete#custom#source()*
-deoplete#custom#source({source-name}, {option-name}, {value})
+ *deoplete#custom#set()*
+deoplete#custom#set({source-name}, {option-name}, {value})
Set {source-name} source specialized {option-name}
to {value}. You may specify multiple sources with
separating "," in {source-name}.