Mercurial > emacs
changeset 64713:fb0a0e5596b6
(Fframe_char_width): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 02 Aug 2005 08:11:43 +0000 |
parents | 4db92b217e85 |
children | 3b61b638f521 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;