Commit 45fc28a6 authored by Fred Drake's avatar Fred Drake

Correct markup error.

parent e1b7957f
...@@ -49,8 +49,9 @@ unlimited history file size. ...@@ -49,8 +49,9 @@ unlimited history file size.
\begin{funcdesc}{set_history_length}{length} \begin{funcdesc}{set_history_length}{length}
Set the number of lines to save in the history file. Set the number of lines to save in the history file.
\func{write_history_file} uses this value to truncate the history file when \function{write_history_file()} uses this value to truncate the
saving. Negative values imply unlimited history file size. history file when saving. Negative values imply unlimited history
file size.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{set_completer}{\optional{function}} \begin{funcdesc}{set_completer}{\optional{function}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment