emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Sun, 13 Jan 2002 04:56:14 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.250 emacs/lisp/faces.el:1.251
*** emacs/lisp/faces.el:1.250   Sat Jan 12 07:17:16 2002
--- emacs/lisp/faces.el Sun Jan 13 04:56:13 2002
***************
*** 66,72 ****
    '(("courier" "fixed")
      ("helv" "helvetica" "arial" "fixed"))
    "*Alist of alternative font family names.
! Each element has the the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...).
  If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then
  ALTERNATIVE2 etc."
    :tag "Alternative font families to try."
--- 66,72 ----
    '(("courier" "fixed")
      ("helv" "helvetica" "arial" "fixed"))
    "*Alist of alternative font family names.
! Each element has the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...).
  If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then
  ALTERNATIVE2 etc."
    :tag "Alternative font families to try."
***************
*** 89,95 ****
        ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
        ("muletibetan-2" "muletibetan-0")))
    "*Alist of alternative font registry names.
! Each element has the the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...).
  If fonts of registry REGISTRY can be loaded, font selection
  tries to find a best matching font among all fonts of registry
  REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."
--- 89,95 ----
        ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
        ("muletibetan-2" "muletibetan-0")))
    "*Alist of alternative font registry names.
! Each element has the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...).
  If fonts of registry REGISTRY can be loaded, font selection
  tries to find a best matching font among all fonts of registry
  REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."



reply via email to

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