diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-07-17 19:50:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-07-17 19:50:08 +0000 |
commit | 7ce1c508f2df34ea4a1f38f0d857de1ced5b1463 (patch) | |
tree | 7967df2d4084c67fd64b3d1646e80880a476320b /man/frames.texi | |
parent | 2059927bffbd10829889a305bdcbf189af233600 (diff) | |
download | emacs-7ce1c508f2df34ea4a1f38f0d857de1ced5b1463.tar.gz |
(Creating Frames): Fix foreground color example.
Diffstat (limited to 'man/frames.texi')
-rw-r--r-- | man/frames.texi | 3 |
1 files changed, 1 insertions, 2 deletions
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: 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 |