diff options
| author | Eli Zaretskii | 2006-07-08 18:05:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:05:09 +0000 |
| commit | c58faeeda464e7fff44016a5e34e13d766ffd6bf (patch) | |
| tree | aa3f4e6ced368a151758677ae0e132aaec870222 | |
| parent | 27d8ff63494e5b9d1933eff7e3cd3306cae6476a (diff) | |
| download | emacs-c58faeeda464e7fff44016a5e34e13d766ffd6bf.tar.gz emacs-c58faeeda464e7fff44016a5e34e13d766ffd6bf.zip | |
(Text Representations, Character Sets, Chars and Bytes, Locales): Remove
@tindex.
| -rw-r--r-- | lispref/nonascii.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 2224fdbd436..b22a162bb2e 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -95,7 +95,6 @@ default value to @code{nil} early in startup. | |||
| 95 | @end defvar | 95 | @end defvar |
| 96 | 96 | ||
| 97 | @defun position-bytes position | 97 | @defun position-bytes position |
| 98 | @tindex position-bytes | ||
| 99 | Return the byte-position corresponding to buffer position | 98 | Return the byte-position corresponding to buffer position |
| 100 | @var{position} in the current buffer. This is 1 at the start of the | 99 | @var{position} in the current buffer. This is 1 at the start of the |
| 101 | buffer, and counts upward in bytes. If @var{position} is out of | 100 | buffer, and counts upward in bytes. If @var{position} is out of |
| @@ -103,7 +102,6 @@ range, the value is @code{nil}. | |||
| 103 | @end defun | 102 | @end defun |
| 104 | 103 | ||
| 105 | @defun byte-to-position byte-position | 104 | @defun byte-to-position byte-position |
| 106 | @tindex byte-to-position | ||
| 107 | Return the buffer position corresponding to byte-position | 105 | Return the buffer position corresponding to byte-position |
| 108 | @var{byte-position} in the current buffer. If @var{byte-position} is | 106 | @var{byte-position} in the current buffer. If @var{byte-position} is |
| 109 | out of range, the value is @code{nil}. | 107 | out of range, the value is @code{nil}. |
| @@ -354,7 +352,6 @@ valid character. | |||
| 354 | @end defun | 352 | @end defun |
| 355 | 353 | ||
| 356 | @defun charset-plist charset | 354 | @defun charset-plist charset |
| 357 | @tindex charset-plist | ||
| 358 | This function returns the charset property list of the character set | 355 | This function returns the charset property list of the character set |
| 359 | @var{charset}. Although @var{charset} is a symbol, this is not the same | 356 | @var{charset}. Although @var{charset} is a symbol, this is not the same |
| 360 | as the property list of that symbol. Charset properties are used for | 357 | as the property list of that symbol. Charset properties are used for |
| @@ -389,7 +386,6 @@ dimension is always 1 or 2. | |||
| 389 | @end defun | 386 | @end defun |
| 390 | 387 | ||
| 391 | @defun charset-bytes charset | 388 | @defun charset-bytes charset |
| 392 | @tindex charset-bytes | ||
| 393 | This function returns the number of bytes used to represent a character | 389 | This function returns the number of bytes used to represent a character |
| 394 | in character set @var{charset}. | 390 | in character set @var{charset}. |
| 395 | @end defun | 391 | @end defun |
| @@ -1439,7 +1435,6 @@ to use in language-related features. These Emacs variables control | |||
| 1439 | how Emacs interacts with these features. | 1435 | how Emacs interacts with these features. |
| 1440 | 1436 | ||
| 1441 | @defvar locale-coding-system | 1437 | @defvar locale-coding-system |
| 1442 | @tindex locale-coding-system | ||
| 1443 | @cindex keyboard input decoding on X | 1438 | @cindex keyboard input decoding on X |
| 1444 | This variable specifies the coding system to use for decoding system | 1439 | This variable specifies the coding system to use for decoding system |
| 1445 | error messages and---on X Window system only---keyboard input, for | 1440 | error messages and---on X Window system only---keyboard input, for |
| @@ -1448,7 +1443,6 @@ decoding the return value of @code{format-time-string}. | |||
| 1448 | @end defvar | 1443 | @end defvar |
| 1449 | 1444 | ||
| 1450 | @defvar system-messages-locale | 1445 | @defvar system-messages-locale |
| 1451 | @tindex system-messages-locale | ||
| 1452 | This variable specifies the locale to use for generating system error | 1446 | This variable specifies the locale to use for generating system error |
| 1453 | messages. Changing the locale can cause messages to come out in a | 1447 | messages. Changing the locale can cause messages to come out in a |
| 1454 | different language or in a different orthography. If the variable is | 1448 | different language or in a different orthography. If the variable is |
| @@ -1457,7 +1451,6 @@ usual POSIX fashion. | |||
| 1457 | @end defvar | 1451 | @end defvar |
| 1458 | 1452 | ||
| 1459 | @defvar system-time-locale | 1453 | @defvar system-time-locale |
| 1460 | @tindex system-time-locale | ||
| 1461 | This variable specifies the locale to use for formatting time values. | 1454 | This variable specifies the locale to use for formatting time values. |
| 1462 | Changing the locale can cause messages to appear according to the | 1455 | Changing the locale can cause messages to appear according to the |
| 1463 | conventions of a different language. If the variable is @code{nil}, the | 1456 | conventions of a different language. If the variable is @code{nil}, the |