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
9fed2905
Commit
9fed2905
authored
Jun 09, 2005
by
Juanma Barranquero
Browse files
(Fdisplay_supports_face_attributes_p): Fix typo in docstring.
parent
9fa87e0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
src/ChangeLog
src/ChangeLog
+8
-3
src/xfaces.c
src/xfaces.c
+2
-2
No files found.
src/ChangeLog
View file @
9fed2905
2005-06-09 Juanma Barranquero <lekktu@gmail.com>
* xfaces.c (Fdisplay_supports_face_attributes_p):
Fix typo in docstring.
2005-06-08 Steven Tamm <steventamm@mac.com>
* unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
...
...
@@ -63,7 +68,7 @@
* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
non-static.
* config.in: Add
ed
HAVE_CANCELMENUTRACKING
* config.in: Add HAVE_CANCELMENUTRACKING
.
2005-06-06 Eli Zaretskii <eliz@gnu.org>
...
...
@@ -12994,9 +12999,9 @@
* sound.c: Added a partial implementation of play-sound-internal
for Microsoft Windows. Added various #ifdef / #else / #endif
code blocks to separate the code that will compile under
Microsoft Windows from the code that is specific to G
nu
/Linux.
Microsoft Windows from the code that is specific to G
NU
/Linux.
Moved several blocks of code around to make this separation of code
into Windows compatible and G
nu
/Linux compatible code blocks easier.
into Windows compatible and G
NU
/Linux compatible code blocks easier.
* makefile.w32-in: Include sound.c and link with WinMM.lib.
...
...
src/xfaces.c
View file @
9fed2905
...
...
@@ -6109,7 +6109,7 @@ DEFUN ("display-supports-face-attributes-p",
1, 2, 0,
doc: /* Return non-nil if all the face attributes in ATTRIBUTES are supported.
The optional argument DISPLAY can be a display name, a frame, or
nil (meaning the selected frame's display)
nil (meaning the selected frame's display)
.
The definition of `supported' is somewhat heuristic, but basically means
that a face containing all the attributes in ATTRIBUTES, when merged
...
...
@@ -6122,7 +6122,7 @@ Point (2) implies that a `:weight black' attribute will be satisfied by
any display that can display bold, and a `:foreground \"yellow\"' as long
as it can display a yellowish color, but `:slant italic' will _not_ be
satisfied by the tty display code's automatic substitution of a `dim'
face for italic. */)
face for italic.
*/)
(attributes, display)
Lisp_Object attributes, display;
{
...
...
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