]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (Fx_change_window_property): Doc fix.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 6 Jul 2012 20:00:42 +0000 (22:00 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 6 Jul 2012 20:00:42 +0000 (22:00 +0200)
* w32fns.c (Fx_change_window_property): Doc fix.

src/ChangeLog
src/w32fns.c
src/xfns.c

index 0f1a0bdc666544f8361ba7a2703aa8ff996347e9..cfabe84642203af65e934d6877ecfb28d15f7fd1 100644 (file)
@@ -1,5 +1,8 @@
 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)
index babc1e76cfc27a7a8a233fb2bb1bdeb321fb1fca..53d344d11e85d5b8ad35a1593f468a89a0f06ed4 100644 (file)
@@ -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;
index 01ff62fcc487c67bdabf215c8f10c317a91475d9..35f715d89f7026ec0379168fd26dc723013c1f6f 100644 (file)
@@ -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;