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
fca8d6b6
Commit
fca8d6b6
authored
Jul 06, 2012
by
Andreas Schwab
Browse files
* xfns.c (Fx_change_window_property): Doc fix.
* w32fns.c (Fx_change_window_property): Doc fix.
parent
9c32bf45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
src/ChangeLog
src/ChangeLog
+3
-0
src/w32fns.c
src/w32fns.c
+3
-2
src/xfns.c
src/xfns.c
+3
-2
No files found.
src/ChangeLog
View file @
fca8d6b6
2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
* xfns.c (Fx_change_window_property): Doc fix.
* w32fns.c (Fx_change_window_property): Doc fix.
* w32fns.c (Fx_window_property): Accept the same arguments as the
X Windows version. Doc fix.
* xfns.c (Fx_window_property): Doc fix. (Bug#11870)
...
...
src/w32fns.c
View file @
fca8d6b6
...
...
@@ -4897,9 +4897,10 @@ If TYPE is not given or nil, the type is STRING.
FORMAT gives the size in bits of each element if VALUE is a list.
It must be one of 8, 16 or 32.
If VALUE is a string or FORMAT is nil or not given, FORMAT defaults to 8.
If OUTER
_
P is non-nil, the property is changed for the outer X window of
If OUTER
-
P is non-nil, the property is changed for the outer X window of
FRAME. Default is to change on the edit X window. */)
(Lisp_Object prop, Lisp_Object value, Lisp_Object frame, Lisp_Object type, Lisp_Object format, Lisp_Object outer_p)
(Lisp_Object prop, Lisp_Object value, Lisp_Object frame,
Lisp_Object type, Lisp_Object format, Lisp_Object outer_p)
{
struct frame *f = check_x_frame (frame);
Atom prop_atom;
...
...
src/xfns.c
View file @
fca8d6b6
...
...
@@ -4189,9 +4189,10 @@ If TYPE is not given or nil, the type is STRING.
FORMAT gives the size in bits of each element if VALUE is a list.
It must be one of 8, 16 or 32.
If VALUE is a string or FORMAT is nil or not given, FORMAT defaults to 8.
If OUTER
_
P is non-nil, the property is changed for the outer X window of
If OUTER
-
P is non-nil, the property is changed for the outer X window of
FRAME. Default is to change on the edit X window. */)
(
Lisp_Object
prop
,
Lisp_Object
value
,
Lisp_Object
frame
,
Lisp_Object
type
,
Lisp_Object
format
,
Lisp_Object
outer_p
)
(Lisp_Object prop, Lisp_Object value, Lisp_Object frame,
Lisp_Object type, Lisp_Object format, Lisp_Object outer_p)
{
struct frame *f = check_x_frame (frame);
Atom prop_atom;
...
...
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