changeset 60445:823da03182ac

(Text Terminal Colors): Get rid of "Emacs 21", and make it read better.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Mar 2005 18:15:17 +0000
parents 78a2cd972ba1
children b26c30e5d770
files lispref/frames.texi
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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.