comparison lisp/prim/auto-autoloads.el @ 159:3bb7ccffb0c0 r20-3b6

Import from CVS: tag r20-3b6
author cvs
date Mon, 13 Aug 2007 09:41:43 +0200
parents 43dd3413c7c7
children 28f395d8dc7a
comparison
equal deleted inserted replaced
158:558dfa75ffb3 159:3bb7ccffb0c0
2834 ~! gives an inverted exclamation mark. 2834 ~! gives an inverted exclamation mark.
2835 ~? gives an inverted question mark. 2835 ~? gives an inverted question mark.
2836 2836
2837 With an argument, a positive argument enables ISO Accents mode, 2837 With an argument, a positive argument enables ISO Accents mode,
2838 and a negative argument disables it." t nil) 2838 and a negative argument disables it." t nil)
2839
2840 ;;;***
2841
2842 ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer decode-hz-region) "china-util" "language/china-util.el")
2843
2844 (autoload 'decode-hz-region "china-util" "\
2845 Decode HZ/ZW encoded text in the current region.
2846 Return the length of resulting text." t nil)
2847
2848 (autoload 'decode-hz-buffer "china-util" "\
2849 Decode HZ/ZW encoded text in the current buffer." t nil)
2850
2851 (autoload 'encode-hz-region "china-util" "\
2852 Encode the text in the current region to HZ.
2853 Return the length of resulting text." t nil)
2854
2855 (autoload 'encode-hz-buffer "china-util" "\
2856 Encode the text in the current buffer to HZ." t nil)
2857
2858 ;;;***
2859
2860 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region japanese-hiragana-region japanese-katakana-region japanese-zenkaku japanese-hankaku japanese-hiragana japanese-katakana) "japan-util" "language/japan-util.el")
2861
2862 (autoload 'japanese-katakana "japan-util" "\
2863 Convert argument to Katakana and return that.
2864 The argument may be a character or string. The result has the same type.
2865 The argument object is not altered--the value is a copy.
2866 Optional argument HANKAKU t means to convert to `hankaku' Katakana
2867 (`japanese-jisx0201-kana'), in which case return value
2868 may be a string even if OBJ is a character if two Katakanas are
2869 necessary to represent OBJ." nil nil)
2870
2871 (autoload 'japanese-hiragana "japan-util" "\
2872 Convert argument to Hiragana and return that.
2873 The argument may be a character or string. The result has the same type.
2874 The argument object is not altered--the value is a copy." nil nil)
2875
2876 (autoload 'japanese-hankaku "japan-util" "\
2877 Convert argument to `hankaku' and return that.
2878 The argument may be a character or string. The result has the same type.
2879 The argument object is not altered--the value is a copy.
2880 Optional argument ASCII-ONLY non-nil means to return only ASCII character." nil nil)
2881
2882 (autoload 'japanese-zenkaku "japan-util" "\
2883 Convert argument to `zenkaku' and return that.
2884 The argument may be a character or string. The result has the same type.
2885 The argument object is not altered--the value is a copy." nil nil)
2886
2887 (autoload 'japanese-katakana-region "japan-util" "\
2888 Convert Japanese `hiragana' chars in the region to `katakana' chars.
2889 Optional argument HANKAKU t means to convert to `hankaku katakana' character
2890 of which charset is `japanese-jisx0201-kana'." t nil)
2891
2892 (autoload 'japanese-hiragana-region "japan-util" "\
2893 Convert Japanese `katakana' chars in the region to `hiragana' chars." t nil)
2894
2895 (autoload 'japanese-hankaku-region "japan-util" "\
2896 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
2897 `Zenkaku' chars belong to `japanese-jisx0208'
2898 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
2899 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char." t nil)
2900
2901 (autoload 'japanese-zenkaku-region "japan-util" "\
2902 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
2903 `Zenkaku' chars belong to `japanese-jisx0208'
2904 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'." t nil)
2905
2906 (autoload 'read-hiragana-string "japan-util" "\
2907 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
2908 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil)
2909
2910 ;;;***
2911
2912 ;;;### (autoloads (thai-compose-buffer thai-compose-region) "thai-util" "language/thai-util.el")
2913
2914 (autoload 'thai-compose-region "thai-util" "\
2915 Compose Thai characters in the region." t nil)
2916
2917 (autoload 'thai-compose-buffer "thai-util" "\
2918 Compose Thai characters in the current buffer." t nil)
2839 2919
2840 ;;;*** 2920 ;;;***
2841 2921
2842 ;;;### (autoloads (quail-use-package) "quail" "leim/quail.el") 2922 ;;;### (autoloads (quail-use-package) "quail" "leim/quail.el")
2843 2923
3836 ;;;*** 3916 ;;;***
3837 3917
3838 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3918 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3839 3919
3840 (autoload 'ksh-mode "ksh-mode" "\ 3920 (autoload 'ksh-mode "ksh-mode" "\
3841 ksh-mode $Revision: 1.31 $ - Major mode for editing (Bourne, Korn or Bourne again) 3921 ksh-mode $Revision: 1.32 $ - Major mode for editing (Bourne, Korn or Bourne again)
3842 shell scripts. 3922 shell scripts.
3843 Special key bindings and commands: 3923 Special key bindings and commands:
3844 \\{ksh-mode-map} 3924 \\{ksh-mode-map}
3845 Variables controlling indentation style: 3925 Variables controlling indentation style:
3846 ksh-indent 3926 ksh-indent
5178 5258
5179 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5259 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5180 5260
5181 (autoload 'vhdl-mode "vhdl-mode" "\ 5261 (autoload 'vhdl-mode "vhdl-mode" "\
5182 Major mode for editing VHDL code. 5262 Major mode for editing VHDL code.
5183 vhdl-mode $Revision: 1.31 $ 5263 vhdl-mode $Revision: 1.32 $
5184 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 5264 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
5185 vhdl-mode buffer. This automatically sets up a mail buffer with version 5265 vhdl-mode buffer. This automatically sets up a mail buffer with version
5186 information already added. You just need to add a description of the 5266 information already added. You just need to add a description of the
5187 problem, including a reproducible test case and send the message. 5267 problem, including a reproducible test case and send the message.
5188 5268
5198 5278
5199 ;;;*** 5279 ;;;***
5200 5280
5201 ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el") 5281 ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el")
5202 5282
5203 (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map " 5283 (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map 'delete 'scroll-down) (define-key map "
5204 " 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map)) 5284 " 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map))
5205 5285
5206 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map)) 5286 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map))
5207 5287
5208 (autoload 'view-file "view-less" "\ 5288 (autoload 'view-file "view-less" "\