Mercurial > emacs
comparison src/frame.c @ 64713:fb0a0e5596b6
(Fframe_char_width): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 02 Aug 2005 08:11:43 +0000 |
parents | a8fa7c632ee4 |
children | a0d1312ede66 edf295560b5a |
comparison
equal
deleted
inserted
replaced
64712:4db92b217e85 | 64713:fb0a0e5596b6 |
---|---|
2351 | 2351 |
2352 DEFUN ("frame-char-width", Fframe_char_width, Sframe_char_width, | 2352 DEFUN ("frame-char-width", Fframe_char_width, Sframe_char_width, |
2353 0, 1, 0, | 2353 0, 1, 0, |
2354 doc: /* Width in pixels of characters in the font in frame FRAME. | 2354 doc: /* Width in pixels of characters in the font in frame FRAME. |
2355 If FRAME is omitted, the selected frame is used. | 2355 If FRAME is omitted, the selected frame is used. |
2356 The width is the same for all characters, because | 2356 On a graphical screen, the width is the standard width of the default font. |
2357 currently Emacs supports only fixed-width fonts. | |
2358 For a terminal screen, the value is always 1. */) | 2357 For a terminal screen, the value is always 1. */) |
2359 (frame) | 2358 (frame) |
2360 Lisp_Object frame; | 2359 Lisp_Object frame; |
2361 { | 2360 { |
2362 struct frame *f; | 2361 struct frame *f; |