Skip to content

Commit 64c05ab

Browse files
committed
Updating some doc text
1 parent 6ef3b08 commit 64c05ab

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/features/settings.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ echo
7070
~~~~
7171

7272
If ``True``, each command the user issues will be repeated to the screen before
73-
it is executed. This is particularly useful when running scripts.
73+
it is executed. This is particularly useful when running scripts. This behavior
74+
does not occur when a running command at the prompt.
7475

7576

7677
editor
@@ -104,7 +105,13 @@ Allow access to your application in one of the
104105
max_completion_items
105106
~~~~~~~~~~~~~~~~~~~~
106107

107-
The maximum number of tab-completion items to display.
108+
Maximum number of CompletionItems to display during tab completion. A CompletionItem
109+
is a special kind of tab-completion hint which displays both a value and description
110+
and uses one line for each hint. Tab complete the ``set`` command for an example.
111+
112+
If the number of tab-completion hints exceeds ``max_completion_items``, then they will
113+
be displayed in the typical columnized format and will not include the description text
114+
of the CompletionItem.
108115

109116

110117
prompt

0 commit comments

Comments
 (0)