+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.
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