diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 6f51cbc8962..595ae32f404 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -708,10 +708,10 @@ ALTER TABLE ALL IN TABLESPACE name
- All the actions except RENAME,
- SET TABLESPACE and SET SCHEMA
- can be combined into
- a list of multiple alterations to apply in parallel. For example, it
+ All the forms of ALTER TABLE that act on a single table, except
+ RENAME, and SET SCHEMA
+ can be combined into a list of multiple alterations to applied together.
+ For example, it
is possible to add several columns and/or alter the type of several
columns in a single command. This is particularly useful with large
tables, since only one pass over the table need be made.