summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-09 14:37:05 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-09 14:37:05 (GMT)
commit3fe9a98c95ec775aef008062b6bc2355ef8c522c (patch)
tree9ad894cd9c7cb6c0e0f881e07ac5040445663c9c /Doc/lib
parentfc1f9229f46cb592554b41339cfeb6bee8389667 (diff)
downloadcpython-3fe9a98c95ec775aef008062b6bc2355ef8c522c.zip
cpython-3fe9a98c95ec775aef008062b6bc2355ef8c522c.tar.gz
cpython-3fe9a98c95ec775aef008062b6bc2355ef8c522c.tar.bz2
Correct markup error.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libreadline.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libreadline.tex b/Doc/lib/libreadline.tex
index 4681ee5..f59ddac 100644
--- a/Doc/lib/libreadline.tex
+++ b/Doc/lib/libreadline.tex
@@ -49,8 +49,9 @@ unlimited history file size.
\begin{funcdesc}{set_history_length}{length}
Set the number of lines to save in the history file.
-\func{write_history_file} uses this value to truncate the history file when
-saving. Negative values imply unlimited history file size.
+\function{write_history_file()} uses this value to truncate the
+history file when saving. Negative values imply unlimited history
+file size.
\end{funcdesc}
\begin{funcdesc}{set_completer}{\optional{function}}