1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(Creating Frames): Fix foreground color example.

This commit is contained in:
Richard M. Stallman 2005-07-17 19:50:08 +00:00
parent 2059927bff
commit 7ce1c508f2
2 changed files with 11 additions and 2 deletions

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

View 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