From 64c05ab4fd71f2c235644af2d18672edf6757702 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 16 Jan 2020 11:12:35 -0500 Subject: Updating some doc text --- docs/features/settings.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs/features') diff --git a/docs/features/settings.rst b/docs/features/settings.rst index a8c0705f..627f61a9 100644 --- a/docs/features/settings.rst +++ b/docs/features/settings.rst @@ -70,7 +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. +it is executed. This is particularly useful when running scripts. This behavior +does not occur when a running command at the prompt. editor @@ -104,7 +105,13 @@ Allow access to your application in one of the max_completion_items ~~~~~~~~~~~~~~~~~~~~ -The maximum number of tab-completion items to display. +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. prompt -- cgit v1.2.1