aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:05:09 +0000
committerEli Zaretskii2006-07-08 18:05:09 +0000
commitc58faeeda464e7fff44016a5e34e13d766ffd6bf (patch)
treeaa3f4e6ced368a151758677ae0e132aaec870222
parent27d8ff63494e5b9d1933eff7e3cd3306cae6476a (diff)
downloademacs-c58faeeda464e7fff44016a5e34e13d766ffd6bf.tar.gz
emacs-c58faeeda464e7fff44016a5e34e13d766ffd6bf.zip
(Text Representations, Character Sets, Chars and Bytes, Locales): Remove
@tindex.
-rw-r--r--lispref/nonascii.texi7
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
99Return the byte-position corresponding to buffer position 98Return 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
101buffer, and counts upward in bytes. If @var{position} is out of 100buffer, 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
107Return the buffer position corresponding to byte-position 105Return 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
109out of range, the value is @code{nil}. 107out 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
358This function returns the charset property list of the character set 355This 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
360as the property list of that symbol. Charset properties are used for 357as 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
393This function returns the number of bytes used to represent a character 389This function returns the number of bytes used to represent a character
394in character set @var{charset}. 390in character set @var{charset}.
395@end defun 391@end defun
@@ -1439,7 +1435,6 @@ to use in language-related features. These Emacs variables control
1439how Emacs interacts with these features. 1435how 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
1444This variable specifies the coding system to use for decoding system 1439This variable specifies the coding system to use for decoding system
1445error messages and---on X Window system only---keyboard input, for 1440error 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
1452This variable specifies the locale to use for generating system error 1446This variable specifies the locale to use for generating system error
1453messages. Changing the locale can cause messages to come out in a 1447messages. Changing the locale can cause messages to come out in a
1454different language or in a different orthography. If the variable is 1448different 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
1461This variable specifies the locale to use for formatting time values. 1454This variable specifies the locale to use for formatting time values.
1462Changing the locale can cause messages to appear according to the 1455Changing the locale can cause messages to appear according to the
1463conventions of a different language. If the variable is @code{nil}, the 1456conventions of a different language. If the variable is @code{nil}, the