Index: emacs/src/frame.c diff -c emacs/src/frame.c:1.319 emacs/src/frame.c:1.320 *** emacs/src/frame.c:1.319 Mon Jul 4 16:06:31 2005 --- emacs/src/frame.c Tue Aug 2 08:11:43 2005 *************** *** 2353,2360 **** 0, 1, 0, doc: /* Width in pixels of characters in the font in frame FRAME. If FRAME is omitted, the selected frame is used. ! The width is the same for all characters, because ! currently Emacs supports only fixed-width fonts. For a terminal screen, the value is always 1. */) (frame) Lisp_Object frame; --- 2353,2359 ---- 0, 1, 0, doc: /* Width in pixels of characters in the font in frame FRAME. If FRAME is omitted, the selected frame is used. ! On a graphical screen, the width is the standard width of the default font. For a terminal screen, the value is always 1. */) (frame) Lisp_Object frame;
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs