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:
parent
2059927bff
commit
7ce1c508f2
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user