diff options
| author | Dave Love | 2000-05-31 19:52:25 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-31 19:52:25 +0000 |
| commit | 969ac764c12b7622b9ad2ffb49d0a4ab9a3a00d8 (patch) | |
| tree | cb3864ba1f4c67c502bd59e28043533746dd1231 | |
| parent | 3694b4abbb7febb69622c940bb2599e56362ea06 (diff) | |
| download | emacs-969ac764c12b7622b9ad2ffb49d0a4ab9a3a00d8.tar.gz emacs-969ac764c12b7622b9ad2ffb49d0a4ab9a3a00d8.zip | |
Fix xref
| -rw-r--r-- | lispref/nonascii.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 0cd2e286a7e..7452d931354 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -156,7 +156,7 @@ text. | |||
| 156 | This variable specifies the amount to add to a non-@sc{ascii} character | 156 | This variable specifies the amount to add to a non-@sc{ascii} character |
| 157 | when converting unibyte text to multibyte. It also applies when | 157 | when converting unibyte text to multibyte. It also applies when |
| 158 | @code{self-insert-command} inserts a character in the unibyte | 158 | @code{self-insert-command} inserts a character in the unibyte |
| 159 | non-@sc{ascii} range, 128 through 255. However, the function | 159 | non-@sc{ascii} range, 128 through 255. However, the functions |
| 160 | @code{insert} and @code{insert-char} do not perform this conversion. | 160 | @code{insert} and @code{insert-char} do not perform this conversion. |
| 161 | 161 | ||
| 162 | The right value to use to select character set @var{cs} is @code{(- | 162 | The right value to use to select character set @var{cs} is @code{(- |
| @@ -262,7 +262,7 @@ text representations. | |||
| 262 | 262 | ||
| 263 | If the optional argument @var{genericp} is non-nil, this function | 263 | If the optional argument @var{genericp} is non-nil, this function |
| 264 | returns @code{t} if @var{charcode} is a generic character | 264 | returns @code{t} if @var{charcode} is a generic character |
| 265 | (@pxref{Generic Character}). | 265 | (@pxref{Splitting Characters}). |
| 266 | @end defun | 266 | @end defun |
| 267 | 267 | ||
| 268 | @node Character Sets | 268 | @node Character Sets |