# HG changeset patch # User Dave Love # Date 959802745 0 # Node ID d831c2ad9313c67da2a853c046f5baf4ebdb6a2d # Parent c30e82ef32bbc3b80b26b956d8d094cf56911ec9 Fix xref diff -r c30e82ef32bb -r d831c2ad9313 lispref/nonascii.texi --- a/lispref/nonascii.texi Wed May 31 19:19:50 2000 +0000 +++ b/lispref/nonascii.texi Wed May 31 19:52:25 2000 +0000 @@ -156,7 +156,7 @@ This variable specifies the amount to add to a non-@sc{ascii} character when converting unibyte text to multibyte. It also applies when @code{self-insert-command} inserts a character in the unibyte -non-@sc{ascii} range, 128 through 255. However, the function +non-@sc{ascii} range, 128 through 255. However, the functions @code{insert} and @code{insert-char} do not perform this conversion. The right value to use to select character set @var{cs} is @code{(- @@ -262,7 +262,7 @@ If the optional argument @var{genericp} is non-nil, this function returns @code{t} if @var{charcode} is a generic character -(@pxref{Generic Character}). +(@pxref{Splitting Characters}). @end defun @node Character Sets