diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index fb53c890bcc..b24782058f4 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -25220,6 +25220,10 @@ SELECT has_function_privilege('joeuser', 'myfunc(int, text)', 'execute');
are immediately available without doing SET ROLE,
while SET denotes whether it is possible to change
to the role using the SET ROLE command.
+ WITH ADMIN OPTION or WITH GRANT
+ OPTION can be added to any of these privilege types to
+ test whether the ADMIN privilege is held (all
+ six spellings test the same thing).
This function does not allow the special case of
setting user to public,
because the PUBLIC pseudo-role can never be a member of real roles.