Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 86:364816949b59 r20-0b93
Import from CVS: tag r20-0b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:02 +0200 |
parents | 6a378aca36af |
children | 821dec489c24 |
comparison
equal
deleted
inserted
replaced
85:c661705957e0 | 86:364816949b59 |
---|---|
3657 ;;;*** | 3657 ;;;*** |
3658 | 3658 |
3659 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3659 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3660 | 3660 |
3661 (autoload 'ksh-mode "ksh-mode" "\ | 3661 (autoload 'ksh-mode "ksh-mode" "\ |
3662 ksh-mode $Revision: 1.5 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3662 ksh-mode $Revision: 1.6 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3663 shell scripts. | 3663 shell scripts. |
3664 Special key bindings and commands: | 3664 Special key bindings and commands: |
3665 \\{ksh-mode-map} | 3665 \\{ksh-mode-map} |
3666 Variables controlling indentation style: | 3666 Variables controlling indentation style: |
3667 ksh-indent | 3667 ksh-indent |
4955 | 4955 |
4956 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 4956 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
4957 | 4957 |
4958 (autoload 'vhdl-mode "vhdl-mode" "\ | 4958 (autoload 'vhdl-mode "vhdl-mode" "\ |
4959 Major mode for editing VHDL code. | 4959 Major mode for editing VHDL code. |
4960 vhdl-mode $Revision: 1.5 $ | 4960 vhdl-mode $Revision: 1.6 $ |
4961 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 4961 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
4962 vhdl-mode buffer. This automatically sets up a mail buffer with version | 4962 vhdl-mode buffer. This automatically sets up a mail buffer with version |
4963 information already added. You just need to add a description of the | 4963 information already added. You just need to add a description of the |
4964 problem, including a reproducable test case and send the message. | 4964 problem, including a reproducable test case and send the message. |
4965 | 4965 |
8374 This is a conventional plain text. It should be translated | 8374 This is a conventional plain text. It should be translated |
8375 into text/plain. | 8375 into text/plain. |
8376 --[[text/plain]] | 8376 --[[text/plain]] |
8377 This is also a plain text. But, it is explicitly specified as | 8377 This is also a plain text. But, it is explicitly specified as |
8378 is. | 8378 is. |
8379 --[[text/plain; charset=ISO-2022-JP]] | 8379 --[[text/plain; charset=ISO-8859-1]] |
8380 ... Japanese text here ... | 8380 This is also a plain text. But charset is specified as |
8381 --[[text/richtext]] | 8381 iso-8859-1. |
8382 <center>This is a richtext.</center> | 8382 |
8383 --[[image/gif][base64]]^M...image encoded in base64 here... | 8383 ¡Hola! Buenos días. ¿Cómo está usted? |
8384 --[[audio/basic][base64]]^M...audio encoded in base64 here... | 8384 --[[text/enriched]] |
8385 This is a <bold>enriched text</bold>. | |
8386 --[[image/gif][base64]]...image encoded in base64 here... | |
8387 --[[audio/basic][base64]]...audio encoded in base64 here... | |
8385 | 8388 |
8386 User customizable variables (not documented all of them): | 8389 User customizable variables (not documented all of them): |
8387 mime-prefix | 8390 mime-prefix |
8388 Specifies a key prefix for MIME minor mode commands. | 8391 Specifies a key prefix for MIME minor mode commands. |
8389 | 8392 |
9246 word, and if `skeleton-pair-filter' returns nil, pairing is performed. | 9249 word, and if `skeleton-pair-filter' returns nil, pairing is performed. |
9247 | 9250 |
9248 If a match is found in `skeleton-pair-alist', that is inserted, else | 9251 If a match is found in `skeleton-pair-alist', that is inserted, else |
9249 the defaults are used. These are (), [], {}, <> and `' for the | 9252 the defaults are used. These are (), [], {}, <> and `' for the |
9250 symmetrical ones, and the same character twice for the others." t nil) | 9253 symmetrical ones, and the same character twice for the others." t nil) |
9254 | |
9255 ;;;*** | |
9256 | |
9257 ;;;### (autoloads nil "timezone" "utils/timezone.el") | |
9258 | |
9259 (define-error 'invalid-date "Invalid date string") | |
9251 | 9260 |
9252 ;;;*** | 9261 ;;;*** |
9253 | 9262 |
9254 ;;;### (autoloads (tq-create) "tq" "utils/tq.el") | 9263 ;;;### (autoloads (tq-create) "tq" "utils/tq.el") |
9255 | 9264 |