From 3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 23 Jul 1998 19:33:08 +0000 Subject: [PATCH] Use the new module synopsis syntax, even though we don't need a synopsis table for this chapter. This protects against backend changes for \declaremodule. --- Doc/lib/libexcs.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 02325afd044..3eaa3e038a0 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -1,6 +1,7 @@ \section{Built-in Exceptions} -\label{module-exceptions} -\stmodindex{exceptions} +\declaremodule{standard}{exceptions} + +\modulesynopsis{Standard exceptions classes.} Exceptions can be class objects or string objects. While