emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Tue, 02 Aug 2005 04:11:44 -0400

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.319 emacs/src/frame.c:1.320
*** emacs/src/frame.c:1.319     Mon Jul  4 16:06:31 2005
--- emacs/src/frame.c   Tue Aug  2 08:11:43 2005
***************
*** 2353,2360 ****
         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.
  For a terminal screen, the value is always 1.  */)
       (frame)
       Lisp_Object frame;
--- 2353,2359 ----
         0, 1, 0,
         doc: /* Width in pixels of characters in the font in frame FRAME.
  If FRAME is omitted, the selected frame is used.
! 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]