Mercurial > emacs
changeset 29339:d831c2ad9313
Fix xref
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 31 May 2000 19:52:25 +0000 |
parents | c30e82ef32bb |
children | fc2dddb42ec8 |
files | lispref/nonascii.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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