diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml
index cf9fbf22fb..5a8ca84d09 100644
--- a/doc/src/sgml/ref/set.sgml
+++ b/doc/src/sgml/ref/set.sgml
@@ -534,7 +534,7 @@ SET TIME ZONE { 'timezone' | LOCAL
- Sets the isolation level for transactions.
+ Sets the isolation level for the current transaction.
@@ -543,7 +543,7 @@ SET TIME ZONE { 'timezone' | LOCAL
- Sets the isolation level for transactions to
+ Sets the isolation level for the current transaction to
'SERIALIZABLE' or 'READ COMMITTED'.
@@ -556,7 +556,7 @@ SET TIME ZONE { 'timezone' | LOCAL
- Sets the isolation level for transactions to
+ Sets the isolation level for the current transaction to
'SERIALIZABLE' or 'COMMITTED'.
diff --git a/src/man/set.l b/src/man/set.l
index c281e9eaac..9a4cf7f9fb 100644
--- a/src/man/set.l
+++ b/src/man/set.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.19 1999/06/03 20:42:18 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.20 1999/06/03 20:44:28 momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
set - set run-time parameters for session
@@ -82,7 +82,7 @@ The default is unlimited.
sets your timezone.
.PP
.I TRANSACTION ISOLATION LEVEL
-sets the transaction isolation level to
+sets the current transaction's isolation level to
.IR SERIALIZABLE
or
.IR READ COMMITTED .