diff --git a/enum.c b/enum.c
index 7606e58b43..89148e9326 100644
--- a/enum.c
+++ b/enum.c
@@ -426,6 +426,9 @@ enum_size_over_p(VALUE obj, long n)
* Returns an array containing all elements of +enum+
* for which the given +block+ returns a true value.
*
+ * The find_all and select methods are aliases.
+ * There is no performance benefit to either.
+ *
* If no block is given, an Enumerator is returned instead.
*
*