aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-14 12:46:40 +0000
committerEli Zaretskii2008-10-14 12:46:40 +0000
commitd15c8cce413accb8eae89907773feee7ba5155ec (patch)
treecce0f7529450536e00642a9e792f89259caaa2ce
parentfc8d7fa8cf3a322b83775ad13ef1e425dae2ceed (diff)
downloademacs-d15c8cce413accb8eae89907773feee7ba5155ec.tar.gz
emacs-d15c8cce413accb8eae89907773feee7ba5155ec.zip
(Fontsets): Don't mention generic characters.
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 01e869234fb..a8e8e531e30 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2907,7 +2907,7 @@ If @var{name} is @code{nil}, this function modifies the default
2907fontset, whose short name is @samp{fontset-default}. 2907fontset, whose short name is @samp{fontset-default}.
2908 2908
2909@var{character} may be a cons; @code{(@var{from} . @var{to})}, where 2909@var{character} may be a cons; @code{(@var{from} . @var{to})}, where
2910@var{from} and @var{to} are non-generic characters. In that case, use 2910@var{from} and @var{to} are character codepoints. In that case, use
2911@var{fontname} for all characters in the range @var{from} and @var{to} 2911@var{fontname} for all characters in the range @var{from} and @var{to}
2912(inclusive). 2912(inclusive).
2913 2913