comparison lisp/prim/auto-autoloads.el @ 38:1a767b41a199 r19-15b102

Import from CVS: tag r19-15b102
author cvs
date Mon, 13 Aug 2007 08:54:01 +0200
parents c53a95d3c46d
children 7e54bd776075
comparison
equal deleted inserted replaced
37:ad40ac360d14 38:1a767b41a199
3676 ;;;*** 3676 ;;;***
3677 3677
3678 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3678 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3679 3679
3680 (autoload 'ksh-mode "ksh-mode" "\ 3680 (autoload 'ksh-mode "ksh-mode" "\
3681 ksh-mode $Revision: 1.15 $ - Major mode for editing (Bourne, Korn or Bourne again) 3681 ksh-mode $Revision: 1.16 $ - Major mode for editing (Bourne, Korn or Bourne again)
3682 shell scripts. 3682 shell scripts.
3683 Special key bindings and commands: 3683 Special key bindings and commands:
3684 \\{ksh-mode-map} 3684 \\{ksh-mode-map}
3685 Variables controlling indentation style: 3685 Variables controlling indentation style:
3686 ksh-indent 3686 ksh-indent
4438 Non-nil makes an open-parenthesis char (one of `([<{') 4438 Non-nil makes an open-parenthesis char (one of `([<{')
4439 automatically insert its close if typed after an @Command form." t nil) 4439 automatically insert its close if typed after an @Command form." t nil)
4440 4440
4441 ;;;*** 4441 ;;;***
4442 4442
4443 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode) "sendmail" "modes/sendmail.el") 4443 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode user-mail-address) "sendmail" "modes/sendmail.el")
4444 4444
4445 (defvar mail-from-style 'angles "\ 4445 (defvar mail-from-style 'angles "\
4446 *Specifies how \"From:\" fields look. 4446 *Specifies how \"From:\" fields look.
4447 4447
4448 If `nil', they contain just the return address like: 4448 If `nil', they contain just the return address like:
4498 nil means use indentation.") 4498 nil means use indentation.")
4499 4499
4500 (defvar mail-signature nil "\ 4500 (defvar mail-signature nil "\
4501 *Text inserted at end of mail buffer when a message is initialized. 4501 *Text inserted at end of mail buffer when a message is initialized.
4502 If t, it means to insert the contents of the file `mail-signature-file'.") 4502 If t, it means to insert the contents of the file `mail-signature-file'.")
4503
4504 (autoload 'user-mail-address "sendmail" "\
4505 Query the user for his mail address, unless it is already known." t nil)
4503 4506
4504 (autoload 'mail-mode "sendmail" "\ 4507 (autoload 'mail-mode "sendmail" "\
4505 Major mode for editing mail to be sent. 4508 Major mode for editing mail to be sent.
4506 Like Text Mode but with these additional commands: 4509 Like Text Mode but with these additional commands:
4507 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit 4510 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit
4948 4951
4949 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 4952 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
4950 4953
4951 (autoload 'vhdl-mode "vhdl-mode" "\ 4954 (autoload 'vhdl-mode "vhdl-mode" "\
4952 Major mode for editing VHDL code. 4955 Major mode for editing VHDL code.
4953 vhdl-mode $Revision: 1.15 $ 4956 vhdl-mode $Revision: 1.16 $
4954 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 4957 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
4955 vhdl-mode buffer. This automatically sets up a mail buffer with version 4958 vhdl-mode buffer. This automatically sets up a mail buffer with version
4956 information already added. You just need to add a description of the 4959 information already added. You just need to add a description of the
4957 problem, including a reproducible test case and send the message. 4960 problem, including a reproducible test case and send the message.
4958 4961