]> granicus.if.org Git - python/commitdiff
Correct markup error.
authorFred Drake <fdrake@acm.org>
Wed, 9 Aug 2000 14:37:05 +0000 (14:37 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 Aug 2000 14:37:05 +0000 (14:37 +0000)
Doc/lib/libreadline.tex

index 4681ee55f1fffa4a9daba784f3e696cdc0f2586b..f59ddac8b1ac45c47ab10f03f0930aec658fbece 100644 (file)
@@ -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}}