diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-03-31 13:56:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-03-31 13:56:30 +0000 |
commit | 5e472eb6ee4e27f453aeff0bad8f62b8ce7c885b (patch) | |
tree | 826088168bd0cb084ef15f9ccb3bdd1990192f16 /lispref/nonascii.texi | |
parent | 66a17d97c6657eb8c094a29b2d0f21d4f8a2022d (diff) | |
download | emacs-5e472eb6ee4e27f453aeff0bad8f62b8ce7c885b.tar.gz |
Improve indexing.
Diffstat (limited to 'lispref/nonascii.texi')
-rw-r--r-- | lispref/nonascii.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 9e1d603ba33..dfe492c4a73 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -408,6 +408,7 @@ set's introduction sequence: @node Splitting Characters @section Splitting Characters +@cindex split character The functions in this section convert between characters and the byte values used to represent them. For most purposes, there is no need to @@ -433,6 +434,7 @@ returns a list consisting of the symbol @code{unknown} and @var{character}. @end example @end defun +@cindex generate characters in charsets @defun make-char charset &optional code1 code2 This function returns the character in character set @var{charset} whose position codes are @var{code1} and @var{code2}. This is roughly the |