aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-05-28 13:30:46 +0000
committerChong Yidong2009-05-28 13:30:46 +0000
commitee1b1917a6ef6756ebb4e38a3b6a13aa5709c70a (patch)
tree4690e685f7aefeea9e025827c74d54afbb801242
parent5df647e8f2b14cb669c86aa75f35e0b599ed1b2e (diff)
downloademacs-ee1b1917a6ef6756ebb4e38a3b6a13aa5709c70a.tar.gz
emacs-ee1b1917a6ef6756ebb4e38a3b6a13aa5709c70a.zip
* frames.texi (Text Terminal Colors): Multi-tty is already
implemented, but tty-local colors are not.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/frames.texi10
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index e9001336e70..a3b18d880a6 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12009-05-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * frames.texi (Text Terminal Colors): Multi-tty is already
4 implemented, but tty-local colors are not.
5
12009-05-27 Chong Yidong <cyd@stupidchicken.com> 62009-05-27 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * hooks.texi (Standard Hooks): Remove mention of obsolete 8 * hooks.texi (Standard Hooks): Remove mention of obsolete
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 548e6e8e501..87127c9cd66 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2104,11 +2104,11 @@ are used by Emacs.
2104in @ref{Color Names}. 2104in @ref{Color Names}.
2105 2105
2106 These functions accept a display (either a frame or the name of a 2106 These functions accept a display (either a frame or the name of a
2107terminal) as an optional argument. We hope in the future to make Emacs 2107terminal) as an optional argument. We hope in the future to make
2108support more than one text-only terminal at one time; then this argument 2108Emacs support different colors on different text-only terminals; then
2109will specify which terminal to operate on (the default being the 2109this argument will specify which terminal to operate on (the default
2110selected frame's terminal; @pxref{Input Focus}). At present, though, 2110being the selected frame's terminal; @pxref{Input Focus}). At
2111the @var{frame} argument has no effect. 2111present, though, the @var{frame} argument has no effect.
2112 2112
2113@defun tty-color-define name number &optional rgb frame 2113@defun tty-color-define name number &optional rgb frame
2114This function associates the color name @var{name} with 2114This function associates the color name @var{name} with