diff options
| author | Richard M. Stallman | 2005-07-17 19:50:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-07-17 19:50:08 +0000 |
| commit | 7ce1c508f2df34ea4a1f38f0d857de1ced5b1463 (patch) | |
| tree | 7967df2d4084c67fd64b3d1646e80880a476320b | |
| parent | 2059927bffbd10829889a305bdcbf189af233600 (diff) | |
| download | emacs-7ce1c508f2df34ea4a1f38f0d857de1ced5b1463.tar.gz emacs-7ce1c508f2df34ea4a1f38f0d857de1ced5b1463.zip | |
(Creating Frames): Fix foreground color example.
| -rw-r--r-- | man/ChangeLog | 10 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2005-07-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Creating Frames): Fix foreground color example. | ||
| 4 | |||
| 5 | * custom.texi (Init Examples): Clean up text about conditionals. | ||
| 6 | |||
| 7 | 2005-07-16 Richard M. Stallman <rms@gnu.org> | ||
| 8 | |||
| 9 | * mini.texi (Completion Commands): Fix command name for ?. | ||
| 10 | |||
| 1 | 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) | 11 | 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) |
| 2 | 12 | ||
| 3 | * cl.texi (Type Predicates): Document `atom' type. | 13 | * 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: | |||
| 495 | Here's a similar example for specifying a foreground color: | 495 | Here's a similar example for specifying a foreground color: |
| 496 | 496 | ||
| 497 | @example | 497 | @example |
| 498 | (add-to-list 'default-frame-alist '(background-color . "blue")) | 498 | (add-to-list 'default-frame-alist '(foreground-color . "blue")) |
| 499 | @end example | 499 | @end example |
| 500 | 500 | ||
| 501 | |||
| 502 | @node Frame Commands | 501 | @node Frame Commands |
| 503 | @section Frame Commands | 502 | @section Frame Commands |
| 504 | 503 | ||