From 7ce1c508f2df34ea4a1f38f0d857de1ced5b1463 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Jul 2005 19:50:08 +0000 Subject: [PATCH] (Creating Frames): Fix foreground color example. --- man/ChangeLog | 10 ++++++++++ man/frames.texi | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index d4fd241e38c..8b065d859da 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,13 @@ +2005-07-17 Richard M. Stallman + + * frames.texi (Creating Frames): Fix foreground color example. + + * custom.texi (Init Examples): Clean up text about conditionals. + +2005-07-16 Richard M. Stallman + + * mini.texi (Completion Commands): Fix command name for ?. + 2005-07-16 Johan Bockgard (tiny change) * cl.texi (Type Predicates): Document `atom' type. diff --git a/man/frames.texi b/man/frames.texi index e5bada851ad..e282a551cc2 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -495,10 +495,9 @@ parameter, as shown here: 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 -- 2.39.2