summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/ref/ref6.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index 80fae5a..b9a1c68 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -559,6 +559,9 @@ re-raise an exception transparently in an except clause, but
exception to be re-raised was the most recently active exception in
the current scope.
+Additional information on exceptions can be found in
+section~\ref{exceptions}, and information about handling exceptions is
+in section~\ref{try}.
\section{The \keyword{break} statement \label{break}}