Update API documetation for read_all
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index e15f622..0e8f601 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -157,6 +157,10 @@
             Returns an instance of :class:`bytes` when available (Python 2.6
             and newer) and :class:`str` otherwise.
 
+    .. method:: read_all()
+
+        Read all bytes in the receive buffer.
+
     .. method:: read_until(expected=LF, size=None)
 
         :param expected: The byte string to search for.