Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fe9a98

Browse files
committed
Correct markup error.
1 parent fc1f922 commit 3fe9a98

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/lib/libreadline.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ \section{\module{readline} ---
4949

5050
\begin{funcdesc}{set_history_length}{length}
5151
Set the number of lines to save in the history file.
52-
\func{write_history_file} uses this value to truncate the history file when
53-
saving. Negative values imply unlimited history file size.
52+
\function{write_history_file()} uses this value to truncate the
53+
history file when saving. Negative values imply unlimited history
54+
file size.
5455
\end{funcdesc}
5556

5657
\begin{funcdesc}{set_completer}{\optional{function}}

0 commit comments

Comments
 (0)