# HG changeset patch # User stephent # Date 1074929564 0 # Node ID 6ae20abf892d8972913961f11ed7091f2a90da47 # Parent 6f2d5c78ac34486fb1f8571035731e90bc914416 [xemacs-hg @ 2004-01-24 07:32:40 by stephent] type fix <87hdylvm3y.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 6f2d5c78ac34 -r 6ae20abf892d man/ChangeLog --- a/man/ChangeLog Fri Jan 23 22:52:06 2004 +0000 +++ b/man/ChangeLog Sat Jan 24 07:32:44 2004 +0000 @@ -1,3 +1,8 @@ +2004-01-24 Stephen J. Turnbull + + * lispref/specifiers.texi (Specifier Instancing Functions): Fix + typos, thanks to Ilpo Nyyssönen. + 2004-01-23 Stephen J. Turnbull * lispref/specifiers.texi (Specifier Instancing Functions): Add diff -r 6f2d5c78ac34 -r 6ae20abf892d man/lispref/specifiers.texi --- a/man/lispref/specifiers.texi Fri Jan 23 22:52:06 2004 +0000 +++ b/man/lispref/specifiers.texi Sat Jan 24 07:32:44 2004 +0000 @@ -1116,11 +1116,11 @@ For chartable (e.g. display table) specifiers, @var{matchspec} should be a character, and the specification (a chartable) must give a value for that character in order to be considered. This allows you to specify, -@emphe.g.}, a buffer-local display table that only gives values for particular +@emph{e.g.}, a buffer-local display table that only gives values for particular characters. All other characters are handled as if the buffer-local display table is not there. (Chartable specifiers are not yet implemented.) - +@item For font specifiers, @var{matchspec} should be a list (@var{charset} . @var{second-stage-p}), and the specification (a font string) must have a registry that matches the charset's registry. (This only makes sense