From: Juanma Barranquero Date: Tue, 2 Aug 2005 08:12:35 +0000 (+0000) Subject: (Fframe_char_width): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~7809 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31b7cc74d3a91fdd30c95a4e8d7a30c27726cecb;p=emacs.git (Fframe_char_width): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index d4df7540583..6d8608dde22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-08-02 Richard M. Stallman + + * frame.c (Fframe_char_width): Doc fix. + 2005-07-30 Juanma Barranquero * xdisp.c (syms_of_xdisp) : diff --git a/src/frame.c b/src/frame.c index b23fbe9cd12..84920a97b8c 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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;