diff lispref/nonascii.texi @ 76835:e5b96737f906

Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 13:56:30 +0000
parents 4ad9a4e564f8
children 55c9ef5f1559
line wrap: on
line diff
--- a/lispref/nonascii.texi	Sat Mar 31 13:44:56 2007 +0000
+++ b/lispref/nonascii.texi	Sat Mar 31 13:56:30 2007 +0000
@@ -408,6 +408,7 @@
 
 @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 @@
 @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