]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix xref
authorDave Love <fx@gnu.org>
Wed, 31 May 2000 19:52:25 +0000 (19:52 +0000)
committerDave Love <fx@gnu.org>
Wed, 31 May 2000 19:52:25 +0000 (19:52 +0000)
lispref/nonascii.texi

index 0cd2e286a7e22a84b81e977410cea0d20fc254d2..7452d931354bd1d7d8c7385c3c06c675342a69b2 100644 (file)
@@ -156,7 +156,7 @@ text.
 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 @@ text representations.
 
 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