[Python-checkins] CVS: python/dist/src/Doc/lib libreadline.tex,1.3,1.4

Fred L. Drake python-dev@python.org
Wed, 9 Aug 2000 07:37:08 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27508/lib

Modified Files:
	libreadline.tex 
Log Message:

Correct markup error.


Index: libreadline.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libreadline.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** libreadline.tex	2000/07/19 16:56:26	1.3
--- libreadline.tex	2000/08/09 14:37:05	1.4
***************
*** 50,55 ****
  \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.
  \end{funcdesc}
  
--- 50,56 ----
  \begin{funcdesc}{set_history_length}{length}
  Set the number of lines to save in the history file.
! \function{write_history_file()} uses this value to truncate the
! history file when saving.  Negative values imply unlimited history
! file size.
  \end{funcdesc}