changeset 96247:002173686f70

(face-font-family-alternatives, variable-pitch): Use "Sans Serif", not "Sans-Serif".
author Andreas Schwab <schwab@suse.de>
date Wed, 25 Jun 2008 00:39:59 +0000
parents af03ed6d2772
children a2307295cc84
files lisp/ChangeLog lisp/faces.el
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 25 00:35:02 2008 +0000
+++ b/lisp/ChangeLog	Wed Jun 25 00:39:59 2008 +0000
@@ -1,3 +1,8 @@
+2008-06-25  Andreas Schwab  <schwab@suse.de>
+
+	* faces.el (face-font-family-alternatives, variable-pitch): Use
+	"Sans Serif", not "Sans-Serif".
+
 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
 
 	* faces.el (face-font-family-alternatives, variable-pitch): Change
--- a/lisp/faces.el	Wed Jun 25 00:35:02 2008 +0000
+++ b/lisp/faces.el	Wed Jun 25 00:39:59 2008 +0000
@@ -59,13 +59,13 @@
 	   (internal-set-font-selection-order value)))
 
 
-;; In the absence of Fontconfig support, Monospace and Sans-Serif are
+;; In the absence of Fontconfig support, Monospace and Sans Serif are
 ;; unavailable, and we fall back on the courier and helv families,
 ;; which are generally available.
 (defcustom face-font-family-alternatives
   '(("Monospace" "courier" "fixed")
     ("courier" "fixed")
-    ("Sans-Serif" "helv" "helvetica" "arial" "fixed")
+    ("Sans Serif" "helv" "helvetica" "arial" "fixed")
     ("helv" "helvetica" "arial" "fixed"))
   "*Alist of alternative font family names.
 Each element has the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...).
@@ -2229,7 +2229,7 @@
   :group 'basic-faces)
 
 (defface variable-pitch
-  '((t :family "Sans-Serif"))
+  '((t :family "Sans Serif"))
   "The basic variable-pitch face."
   :group 'basic-faces)