diff --git a/doc/developer.texi b/doc/developer.texi
index e362eecad54ff5a19442eb8f45bd5e3c54c64291..6af9ca2d0a0aae2b90e3e51cf8a4374755f4f7bd 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -149,9 +149,9 @@ should also be avoided if they don't make the code easier to understand.
    Also if you have doubts about splitting or not splitting, do not hesitate to
    ask/discuss it on the developer mailing list.
 @item
-   Do not change behavior of the program (renaming options etc) without
-   first discussing it on the ffmpeg-devel mailing list. Do not remove
-   functionality from the code. Just improve!
+   Do not change behavior of the program (renaming options etc) or public
+   API or ABI without first discussing it on the ffmpeg-devel mailing list.
+   Do not remove functionality from the code. Just improve!
 
    Note: Redundant code can be removed.
 @item