# HG changeset patch # User Richard M. Stallman # Date 1110132917 0 # Node ID 823da03182acb3a9777915a13cc6af8676801338 # Parent 78a2cd972ba1bd406520b3deaff8f1dcc1aae739 (Text Terminal Colors): Get rid of "Emacs 21", and make it read better. diff -r 78a2cd972ba1 -r 823da03182ac lispref/frames.texi --- a/lispref/frames.texi Sun Mar 06 18:14:33 2005 +0000 +++ b/lispref/frames.texi Sun Mar 06 18:15:17 2005 +0000 @@ -1700,13 +1700,12 @@ @section Text Terminal Colors @cindex colors on text-only terminals - Emacs can display color on text-only terminals, starting with version -21. These terminals usually support only a small number of colors, and -the computer uses small integers to select colors on the terminal. This -means that the computer cannot reliably tell what the selected color -looks like; instead, you have to inform your application which small -integers correspond to which colors. However, Emacs does know the -standard set of colors and will try to use them automatically. + Text-only terminals usually support only a small number of colors, +and the computer uses small integers to select colors on the terminal. +This means that the computer cannot reliably tell what the selected +color looks like; instead, you have to inform your application which +small integers correspond to which colors. However, Emacs does know +the standard set of colors and will try to use them automatically. The functions described in this section control how terminal colors are used by Emacs.