(Fframe_char_width): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Aug 2005 08:12:35 +0000 (08:12 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Aug 2005 08:12:35 +0000 (08:12 +0000)
src/ChangeLog
src/frame.c

index d4df754..6d8608d 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-02  Richard M. Stallman  <rms@gnu.org>
+
+       * frame.c (Fframe_char_width): Doc fix.
+
 2005-07-30  Juanma Barranquero  <lekktu@gmail.com>
 
        * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
index b23fbe9..84920a9 100644 (file)
@@ -2353,8 +2353,7 @@ DEFUN ("frame-char-width", Fframe_char_width, Sframe_char_width,
        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;