emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/font.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/font.c,v
Date: Mon, 16 Jun 2008 12:02:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/06/16 12:02:44

Index: font.c
===================================================================
RCS file: /sources/emacs/emacs/src/font.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- font.c      16 Jun 2008 11:44:03 -0000      1.58
+++ font.c      16 Jun 2008 12:02:44 -0000      1.59
@@ -3744,7 +3744,7 @@
 FONT is a font name, a font-spec, a font-entity, or a font-object.
 The return value is a list of the form
 
-(:family FAMILY :height HEIGHT :weight WEIGHT :slant SLANT :width WIDTH)
+\(:family FAMILY :height HEIGHT :weight WEIGHT :slant SLANT :width WIDTH)
 
 where FAMILY, FOUNDRY, HEIGHT, WEIGHT, SLANT, and WIDTH are face
 attribute values compatible with `set-face-attribute'.
@@ -3753,7 +3753,7 @@
 attributes are to be displayed on.  If omitted, the selected frame is
 used.  */)
      (font, frame)
-     Lisp_Object font;
+     Lisp_Object font, frame;
 {
   struct frame *f;
   Lisp_Object plist[10];




reply via email to

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