From b7d1d3cf237cdbab3801294687c57852f4eafda3 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 21 Feb 2003 18:57:05 +0000 Subject: [PATCH] Add some minimal doc for get_completer added for patch 676342 --- Doc/lib/libreadline.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libreadline.tex b/Doc/lib/libreadline.tex index 3988052fef7..c0c2f0aba48 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}