]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 92ee02717c1f37ab1ad62e53a78c8c1ce977c890..382495e6eb5c7241e9a4c88bc13a049cf3f4fc92 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 8f7e13311f8415bcbc88e10a92702186513d1e97..ec89ac7b607468025662ab76f8b55abba0b423cd 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)))