Mercurial > hg > xemacs-beta
changeset 1877:6ae20abf892d
[xemacs-hg @ 2004-01-24 07:32:40 by stephent]
type fix <87hdylvm3y.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 24 Jan 2004 07:32:44 +0000 |
parents | 6f2d5c78ac34 |
children | 04ebee7cbab0 |
files | man/ChangeLog man/lispref/specifiers.texi |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * lispref/specifiers.texi (Specifier Instancing Functions): Fix + typos, thanks to Ilpo Nyyssönen. + 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> * lispref/specifiers.texi (Specifier Instancing Functions): Add
--- 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