summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-12-07 20:57:53 +0000
committerAndreas Schwab <schwab@suse.de>2002-12-07 20:57:53 +0000
commit239ad97f246b937d91a26569e03f96716178fb58 (patch)
tree7b5b735d529877df87a891db9772ba6f5a2669ca /lisp/faces.el
parent177f790c6a22ef8b2ba6d473092416263a4f9767 (diff)
downloademacs-239ad97f246b937d91a26569e03f96716178fb58.tar.gz
(face-font-selection-order)
(face-font-family-alternatives, face-font-registry-alternatives): Remove period from :tag value.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 028ea671bd7..8cc69cbea7d 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -52,7 +52,7 @@ those face attributes first that appear first in the list. For
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 @@ a font height that isn't optimal."
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 @@ 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."
- :tag "Alternative font registries to try."
+ :tag "Alternative font registries to try"
:type '(repeat (repeat string))
:version "21.1"
:group 'font-selection