From: Richard M. Stallman Date: Sun, 6 Mar 2005 18:15:17 +0000 (+0000) Subject: (Text Terminal Colors): Get rid of "Emacs 21", and make it read better. X-Git-Tag: ttn-vms-21-2-B4~1945 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5d71784e69c1d90e46132c1f8c0cfa6eeee5904;p=emacs.git (Text Terminal Colors): Get rid of "Emacs 21", and make it read better. --- diff --git a/lispref/frames.texi b/lispref/frames.texi index f50be70f473..712f05df597 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1700,13 +1700,12 @@ and that name is still supported as an alias. @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.