Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7ce1c508
Commit
7ce1c508
authored
Jul 17, 2005
by
Richard M. Stallman
Browse files
(Creating Frames): Fix foreground color example.
parent
2059927b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
man/ChangeLog
man/ChangeLog
+10
-0
man/frames.texi
man/frames.texi
+1
-2
No files found.
man/ChangeLog
View file @
7ce1c508
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.
...
...
man/frames.texi
View file @
7ce1c508
...
...
@@ -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 '(
back
ground-color . "blue"))
(add-to-list 'default-frame-alist '(
fore
ground-color . "blue"))
@end example
@node Frame Commands
@section Frame Commands
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment