1. The document describes an online text editor called QED that was developed for the Berkeley time-sharing system. QED allows users to create and modify text stored on the computer system in an interactive manner.
2. QED uses a line-oriented structure but can handle text of any form. It provides basic editing commands like INSERT, DELETE, and PRINT as well as more advanced features like searching text by content and character-by-character editing.
3. Addressing lines by absolute number alone is not sufficient, so QED allows lines to be addressed by labels or content using search strings to find the desired line, providing flexibility in how the text is organized.