# HG changeset patch # User Andreas Schwab # Date 1039294580 0 # Node ID a91fa6973510fc5e48676f9b7bf4d827993fa39b # Parent a253c4b9250c1e07523337fabdfa780518edfa73 (face-font-selection-order) (face-font-family-alternatives, face-font-registry-alternatives): Remove period from :tag value. diff -r a253c4b9250c -r a91fa6973510 lisp/faces.el --- a/lisp/faces.el Sat Dec 07 20:53:35 2002 +0000 +++ b/lisp/faces.el Sat Dec 07 20:56:20 2002 +0000 @@ -52,7 +52,7 @@ example, if `:slant' appears before `:height', font selection first tries to find a font with a suitable slant, even if this results in a font height that isn't optimal." - :tag "Font selection order." + :tag "Font selection order" :type '(list symbol symbol symbol symbol) :group 'font-selection :set #'(lambda (symbol value) @@ -68,7 +68,7 @@ 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." + :tag "Alternative font families to try" :type '(repeat (repeat string)) :group 'font-selection :set #'(lambda (symbol value) @@ -93,7 +93,7 @@ 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." - :tag "Alternative font registries to try." + :tag "Alternative font registries to try" :type '(repeat (repeat string)) :version "21.1" :group 'font-selection