summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-02-21 18:57:05 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-02-21 18:57:05 (GMT)
commitb7d1d3cf237cdbab3801294687c57852f4eafda3 (patch)
tree0270321ad7c1ceee590d57d272f72e451e72805b /Doc/lib
parente9b851a5e9a35714e786d7ad72fde50e9d4c0a29 (diff)
downloadcpython-b7d1d3cf237cdbab3801294687c57852f4eafda3.zip
cpython-b7d1d3cf237cdbab3801294687c57852f4eafda3.tar.gz
cpython-b7d1d3cf237cdbab3801294687c57852f4eafda3.tar.bz2
Add some minimal doc for get_completer added for patch 676342
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libreadline.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libreadline.tex b/Doc/lib/libreadline.tex
index 3988052..c0c2f0a 100644
--- a/Doc/lib/libreadline.tex
+++ b/Doc/lib/libreadline.tex
@@ -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}