(Fx_create_frame): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Sun, 4 Nov 2001 17:46:34 +0000 (17:46 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 4 Nov 2001 17:46:34 +0000 (17:46 +0000)
src/ChangeLog
src/xfns.c

index 92ee027..382495e 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * xfns.c (Fx_create_frame): Doc fix.
+
        * coding.c: Change doc-string comments to `new style' [w/`doc:'
        keyword].
 
index 8f7e133..ec89ac7 100644 (file)
@@ -4315,7 +4315,7 @@ This function is an internal primitive--use `make-frame' instead.  */)
   x_default_parameter (f, parms, Qborder_width, make_number (2),
                       "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
   
-  /* This defaults to 2 in order to match xterm.  We recognize either
+  /* This defaults to 1 in order to match xterm.  We recognize either
      internalBorderWidth or internalBorder (which is what xterm calls
      it).  */
   if (NILP (Fassq (Qinternal_border_width, parms)))