Add some minimal doc for get_completer added for patch 676342

This commit is contained in:
Neal Norwitz 2003-02-21 18:57:05 +00:00
parent e9b851a5e9
commit b7d1d3cf23
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ until it returns a non-string value. It should return the next
possible completion starting with \var{text}.
\end{funcdesc}
\begin{funcdesc}{get_completer}{}
Get the completer function.
\versionadded{2.3}
\end{funcdesc}
\begin{funcdesc}{get_begidx}{}
Get the beginning index of the readline tab-completion scope.
\end{funcdesc}