diff man/frames.texi @ 64419:30e914c69e59

(Creating Frames): Fix foreground color example.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Jul 2005 19:49:53 +0000
parents dcd17e7ebcda
children 53ac34aeef7d
line wrap: on
line diff
--- 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