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.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst
index 627f61a9..697c68a7 100644
--- a/docs/features/settings.rst
+++ b/docs/features/settings.rst
@@ -70,8 +70,8 @@ echo
~~~~
If ``True``, each command the user issues will be repeated to the screen before
-it is executed. This is particularly useful when running scripts. This behavior
-does not occur when a running command at the prompt.
+it is executed. This is particularly useful when running scripts. This
+behavior does not occur when a running command at the prompt.
editor
@@ -105,13 +105,14 @@ Allow access to your application in one of the
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 value and description
-and uses one line for each hint. Tab complete the ``set`` command for an example.
+Maximum number of CompletionItems to display during tab completion. 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 they will
-be displayed in the typical columnized format and will not include the description text
-of the CompletionItem.
+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.
prompt