# HG changeset patch # User Juanma Barranquero # Date 1122970303 0 # Node ID fb0a0e5596b693be4f2bea04a245cedd2203510b # Parent 4db92b217e8536a6b0a4492ef23793452443053e (Fframe_char_width): Doc fix. diff -r 4db92b217e85 -r fb0a0e5596b6 src/frame.c --- a/src/frame.c Tue Aug 02 07:21:08 2005 +0000 +++ b/src/frame.c Tue Aug 02 08:11:43 2005 +0000 @@ -2353,8 +2353,7 @@ 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. +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;