changeset 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 c8d5956c919b
children 68b6816b2cd1
files man/frames.texi
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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