APPROVE COMMIT 21.5
# HG changeset patch
# Parent a9091c0055178eb4580366fb3afc912e3d7f5ba5
Fix @itemize group.
diff -r a9091c005517 man/ChangeLog
--- a/man/ChangeLog Tue Nov 14 14:25:45 2017 +0900
+++ b/man/ChangeLog Tue Nov 14 15:25:17 2017 +0900
@@ -1,3 +1,7 @@
+2017-11-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * lispref/faces.texi (Face Properties): Add items to itemize.
+
2017-04-19 Aidan Kehoe <kehoea(a)parhasard.net>
* lispref/buffers.texi (Buffer Names):
diff -r a9091c005517 man/lispref/faces.texi
--- a/man/lispref/faces.texi Tue Nov 14 14:25:45 2017 +0900
+++ b/man/lispref/faces.texi Tue Nov 14 15:25:17 2017 +0900
@@ -218,16 +218,19 @@
to this property can be supplied in many different ways:
@itemize @bullet
+@item
If @var{value} is a simple instantiator (e.g. a string naming a font or
color) or a list of instantiators, then the instantiator(s) will be
added as a specification of the property for the given @var{locale}
(which defaults to @code{global} if omitted).
+@item
If @var{value} is a list of specifications (each of which is a cons of a
locale and a list of instantiators), then @var{locale} must be
@code{nil} (it does not make sense to explicitly specify a locale in
this case), and specifications will be added as given.
+@item
If @var{value} is a specifier (as would be returned by
@code{face-property} if no @var{locale} argument is given), then some or
all of the specifications in the specifier will be added to the