Mercurial > hg > xemacs-beta
comparison lisp/language/auto-autoloads.el @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | |
2 (if (featurep 'language-autoloads) (error "Already loaded")) | |
3 | |
4 ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer decode-hz-region setup-chinese-big5-environment setup-chinese-gb-environment) "china-util" "language/china-util.el") | |
5 | |
6 (autoload 'setup-chinese-gb-environment "china-util" "\ | |
7 Setup multilingual environment (MULE) for Chinese GB2312 users." t nil) | |
8 | |
9 (autoload 'setup-chinese-big5-environment "china-util" "\ | |
10 Setup multilingual environment (MULE) for Chinese Big5 users." t nil) | |
11 | |
12 (autoload 'decode-hz-region "china-util" "\ | |
13 Decode HZ/ZW encoded text in the current region. | |
14 Return the length of resulting text." t nil) | |
15 | |
16 (autoload 'decode-hz-buffer "china-util" "\ | |
17 Decode HZ/ZW encoded text in the current buffer." t nil) | |
18 | |
19 (autoload 'encode-hz-region "china-util" "\ | |
20 Encode the text in the current region to HZ. | |
21 Return the length of resulting text." t nil) | |
22 | |
23 (autoload 'encode-hz-buffer "china-util" "\ | |
24 Encode the text in the current buffer to HZ." t nil) | |
25 | |
26 ;;;*** | |
27 | |
28 ;;;### (autoloads (standard-display-cyrillic-translit setup-cyrillic-alternativnyj-environment setup-cyrillic-koi8-environment setup-cyrillic-iso-environment) "cyril-util" "language/cyril-util.el") | |
29 | |
30 (autoload 'setup-cyrillic-iso-environment "cyril-util" "\ | |
31 Setup multilingual environment (MULE) for Cyrillic ISO-8859-5 users." t nil) | |
32 | |
33 (autoload 'setup-cyrillic-koi8-environment "cyril-util" "\ | |
34 Setup multilingual environment (MULE) for Cyrillic KOI8 users." t nil) | |
35 | |
36 (autoload 'setup-cyrillic-alternativnyj-environment "cyril-util" "\ | |
37 Setup multilingual environment (MULE) for Cyrillic ALTERNATIVNYJ users." t nil) | |
38 | |
39 (autoload 'standard-display-cyrillic-translit "cyril-util" "\ | |
40 Display a cyrillic buffer using a transliteration. | |
41 For readability, the table is slightly | |
42 different from the one used for the input method `cyrillic-translit'. | |
43 | |
44 The argument is a string which specifies which language you are using; | |
45 that affects the choice of transliterations slightly. | |
46 Possible values are listed in 'cyrillic-language-alist'. | |
47 If the argument is t, we use the default cyrillic transliteration. | |
48 If the argument is nil, we return the display table to its standard state." t nil) | |
49 | |
50 ;;;*** | |
51 | |
52 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region japanese-hiragana-region japanese-katakana-region japanese-zenkaku japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment) "japan-util" "language/japan-util.el") | |
53 | |
54 (autoload 'setup-japanese-environment "japan-util" "\ | |
55 Setup multilingual environment (MULE) for Japanese." t nil) | |
56 | |
57 (autoload 'japanese-katakana "japan-util" "\ | |
58 Convert argument to Katakana and return that. | |
59 The argument may be a character or string. The result has the same type. | |
60 The argument object is not altered--the value is a copy. | |
61 Optional argument HANKAKU t means to convert to `hankaku' Katakana | |
62 (`japanese-jisx0201-kana'), in which case return value | |
63 may be a string even if OBJ is a character if two Katakanas are | |
64 necessary to represent OBJ." nil nil) | |
65 | |
66 (autoload 'japanese-hiragana "japan-util" "\ | |
67 Convert argument to Hiragana and return that. | |
68 The argument may be a character or string. The result has the same type. | |
69 The argument object is not altered--the value is a copy." nil nil) | |
70 | |
71 (autoload 'japanese-hankaku "japan-util" "\ | |
72 Convert argument to `hankaku' and return that. | |
73 The argument may be a character or string. The result has the same type. | |
74 The argument object is not altered--the value is a copy. | |
75 Optional argument ASCII-ONLY non-nil means to return only ASCII character." nil nil) | |
76 | |
77 (autoload 'japanese-zenkaku "japan-util" "\ | |
78 Convert argument to `zenkaku' and return that. | |
79 The argument may be a character or string. The result has the same type. | |
80 The argument object is not altered--the value is a copy." nil nil) | |
81 | |
82 (autoload 'japanese-katakana-region "japan-util" "\ | |
83 Convert Japanese `hiragana' chars in the region to `katakana' chars. | |
84 Optional argument HANKAKU t means to convert to `hankaku katakana' character | |
85 of which charset is `japanese-jisx0201-kana'." t nil) | |
86 | |
87 (autoload 'japanese-hiragana-region "japan-util" "\ | |
88 Convert Japanese `katakana' chars in the region to `hiragana' chars." t nil) | |
89 | |
90 (autoload 'japanese-hankaku-region "japan-util" "\ | |
91 Convert Japanese `zenkaku' chars in the region to `hankaku' chars. | |
92 `Zenkaku' chars belong to `japanese-jisx0208' | |
93 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'. | |
94 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char." t nil) | |
95 | |
96 (autoload 'japanese-zenkaku-region "japan-util" "\ | |
97 Convert hankaku' chars in the region to Japanese `zenkaku' chars. | |
98 `Zenkaku' chars belong to `japanese-jisx0208' | |
99 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'." t nil) | |
100 | |
101 (autoload 'read-hiragana-string "japan-util" "\ | |
102 Read a Hiragana string from the minibuffer, prompting with string PROMPT. | |
103 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil) | |
104 | |
105 ;;;*** | |
106 | |
107 (provide 'language-autoloads) |