emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108920: * xfns.c (Fx_change_window_p


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108920: * xfns.c (Fx_change_window_property): Doc fix.
Date: Fri, 06 Jul 2012 22:00:42 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108920
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Fri 2012-07-06 22:00:42 +0200
message:
  * xfns.c (Fx_change_window_property): Doc fix.
  * w32fns.c (Fx_change_window_property): Doc fix.
modified:
  src/ChangeLog
  src/w32fns.c
  src/xfns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-06 19:34:39 +0000
+++ b/src/ChangeLog     2012-07-06 20:00:42 +0000
@@ -1,5 +1,8 @@
 2012-07-06  Andreas Schwab  <address@hidden>
 
+       * 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)

=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2012-07-06 19:34:39 +0000
+++ b/src/w32fns.c      2012-07-06 20:00:42 +0000
@@ -4897,9 +4897,10 @@
 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;

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2012-07-06 19:34:39 +0000
+++ b/src/xfns.c        2012-07-06 20:00:42 +0000
@@ -4189,9 +4189,10 @@
 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]