diff --git a/editors/sed_summary.htm b/editors/sed_summary.htm
index decf69b27..34e72b0f8 100644
--- a/editors/sed_summary.htm
+++ b/editors/sed_summary.htm
@@ -174,6 +174,9 @@ last pattern address specified. The following flags can be specified:
Replace all instances of /pattern/ on each
addressed line, not just the first instance.
+ I
+ Matching is case-insensitive.
+
p
Print the line if a successful substitution is done. If several
successful substitutions are done, multiple copies of the line will be