summaryrefslogtreecommitdiff
path: root/docs/features/settings.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features/settings.rst')
-rw-r--r--docs/features/settings.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst
index 5a4a9c0f..aa3e5cec 100644
--- a/docs/features/settings.rst
+++ b/docs/features/settings.rst
@@ -89,11 +89,11 @@ max_completion_items
~~~~~~~~~~~~~~~~~~~~
Maximum number of CompletionItems to display during tab completion. A
-CompletionItem is a special kind of tab-completion hint which displays both a
+CompletionItem is a special kind of tab completion hint which displays both a
value and description and uses one line for each hint. Tab complete the ``set``
command for an example.
-If the number of tab-completion hints exceeds ``max_completion_items``, then
+If the number of tab completion hints exceeds ``max_completion_items``, then
they will be displayed in the typical columnized format and will not include
the description text of the CompletionItem.