emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fontset.c
Date: Thu, 20 Feb 2003 07:42:39 -0500

Index: emacs/src/fontset.c
diff -c emacs/src/fontset.c:1.74 emacs/src/fontset.c:1.75
*** emacs/src/fontset.c:1.74    Thu Feb 20 03:40:35 2003
--- emacs/src/fontset.c Thu Feb 20 07:42:39 2003
***************
*** 973,981 ****
    return FONTSET_FROM_ID (id);
  }
  
! DEFUN ("set-fontset-font", Fset_fontset_font, Sset_fontset_font, 3, 4, 0,
         doc: /* Modify fontset NAME to use FONTNAME for CHARACTER.
  
  CHARACTER may be a cons; (FROM . TO), where FROM and TO are
  non-generic characters.  In that case, use FONTNAME
  for all characters in the range FROM and TO (inclusive).
--- 973,982 ----
    return FONTSET_FROM_ID (id);
  }
  
! DEFUN ("set-fontset-font", Fset_fontset_font Sset_fontset_font, 3, 4, 0,
         doc: /* Modify fontset NAME to use FONTNAME for CHARACTER.
  
+ If NAME is nil, modify the default fontset.
  CHARACTER may be a cons; (FROM . TO), where FROM and TO are
  non-generic characters.  In that case, use FONTNAME
  for all characters in the range FROM and TO (inclusive).
***************
*** 1251,1256 ****
--- 1252,1258 ----
  
  DEFUN ("fontset-info", Ffontset_info, Sfontset_info, 1, 2, 0,
         doc: /* Return information about a fontset named NAME on frame FRAME.
+ If NAME is nil, return information about the default fontset.
  The value is a vector:
    [ SIZE HEIGHT ((CHARSET-OR-RANGE FONT-SPEC OPENED ...) ...) ],
  where,
***************
*** 1369,1375 ****
  
  DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0,
         doc: /* Return a font name pattern for character CH in fontset NAME.
! If NAME is t, find a font name pattern in the default fontset.  */)
       (name, ch)
       Lisp_Object name, ch;
  {
--- 1371,1377 ----
  
  DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0,
         doc: /* Return a font name pattern for character CH in fontset NAME.
! If NAME is nil, find a font name pattern in the default fontset.  */)
       (name, ch)
       Lisp_Object name, ch;
  {




reply via email to

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