# HG changeset patch # User Richard M. Stallman # Date 1121629793 0 # Node ID 30e914c69e5980ee4ff09dc929fa01233f125b46 # Parent c8d5956c919bc4cd7902c3609a85dd06f66580c3 (Creating Frames): Fix foreground color example. diff -r c8d5956c919b -r 30e914c69e59 man/frames.texi --- a/man/frames.texi Sun Jul 17 19:47:56 2005 +0000 +++ b/man/frames.texi Sun Jul 17 19:49:53 2005 +0000 @@ -495,10 +495,9 @@ Here's a similar example for specifying a foreground color: @example -(add-to-list 'default-frame-alist '(background-color . "blue")) +(add-to-list 'default-frame-alist '(foreground-color . "blue")) @end example - @node Frame Commands @section Frame Commands