From ca836f7e6541ed74789333ef5d487143eaa28896 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 18 Oct 2001 14:26:08 +0000 Subject: [PATCH] Function descriptions must end as well as start! --- Doc/lib/libinspect.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index b2813215278..d5548438292 100644 --- a/Doc/lib/libinspect.tex +++ b/Doc/lib/libinspect.tex @@ -287,6 +287,7 @@ which occurs. is returned, the last five elements of the frame's frame record. The optional second argument specifies the number of lines of context to return, which are centered around the current line. +\end{funcdesc} \begin{funcdesc}{getouterframes}{frame\optional{, context}} Get a list of frame records for a frame and all higher (calling)