aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-02 08:12:35 +0000
committerJuanma Barranquero <[email protected]>2005-08-02 08:12:35 +0000
commit31b7cc74d3a91fdd30c95a4e8d7a30c27726cecb (patch)
treebb22adc2b0c60f171489f57c736968e21105ca30 /src
parentafea040a3d16a892ca86589c33ea4b0e30f7a320 (diff)
(Fframe_char_width): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/frame.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d4df754058..6d8608dde2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-02 Richard M. Stallman <[email protected]>
+
+ * frame.c (Fframe_char_width): Doc fix.
+
2005-07-30 Juanma Barranquero <[email protected]>
* xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
diff --git a/src/frame.c b/src/frame.c
index b23fbe9cd1..84920a97b8 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;