diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e14f754344366117574d1ea142bd2e269d64e334..27515b6c87be174d63ec64b702ae24f1a7d6e589 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-06-17 Kenichi Handa + + * display.texi (Face Attributes): Refer to "Low-Level font" (not + "Font Selection") in the explanation of :font attribute. + 2013-06-13 Stefan Monnier * loading.texi (Hooks for Loading): Don't document after-load-alist. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 4adcfdf8f4ff1d8d94acce995c303465a502ccbe..4ad22898046c565ba7943f7aae781ec9462737a0 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2126,7 +2126,8 @@ used automatically to handle certain shades of gray. @item :font The font used to display the face. Its value should be a font object. -@xref{Font Selection}, for information about font objects. +@xref{Low-Level Font}, for information about font objects, font specs, +and font entities. When specifying this attribute using @code{set-face-attribute} (@pxref{Attribute Functions}), you may also supply a font spec, a font @@ -3260,7 +3261,9 @@ to @var{value}. properties are intermediate between a font object and a font spec: like a font object, and unlike a font spec, it refers to a single, specific font. Unlike a font object, creating a font entity does not -load the contents of that font into computer memory. +load the contents of that font into computer memory. Emacs may open +multiple font objects of different sizes from a single font entity +referring to a scalable font. @defun find-font font-spec &optional frame This function returns a font entity that best matches the font spec