]> git.eshelyaron.com Git - emacs.git/commitdiff
(Creating Frames): Fix foreground color example.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Jul 2005 19:50:08 +0000 (19:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Jul 2005 19:50:08 +0000 (19:50 +0000)
man/ChangeLog
man/frames.texi

index d4fd241e38c2d6a178c8f5300fd9fbc4ef89afc4..8b065d859da80682f9505f35ff72994d5bbd7636 100644 (file)
@@ -1,3 +1,13 @@
+2005-07-17  Richard M. Stallman  <rms@gnu.org>
+
+       * frames.texi (Creating Frames): Fix foreground color example.
+
+       * custom.texi (Init Examples): Clean up text about conditionals.
+
+2005-07-16  Richard M. Stallman  <rms@gnu.org>
+
+       * mini.texi (Completion Commands): Fix command name for ?.
+
 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
 
        * cl.texi (Type Predicates): Document `atom' type.
index e5bada851ad948dba7bbc9b7591b96a5ef6ee3e8..e282a551cc288219181e30a0b78259fdad46d57c 100644 (file)
@@ -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