comparison lisp/prim/auto-autoloads.el @ 161:28f395d8dc7a r20-3b7

Import from CVS: tag r20-3b7
author cvs
date Mon, 13 Aug 2007 09:42:26 +0200
parents 3bb7ccffb0c0
children 0132846995bd
comparison
equal deleted inserted replaced
160:1c55655d6702 161:28f395d8dc7a
3916 ;;;*** 3916 ;;;***
3917 3917
3918 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3918 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3919 3919
3920 (autoload 'ksh-mode "ksh-mode" "\ 3920 (autoload 'ksh-mode "ksh-mode" "\
3921 ksh-mode $Revision: 1.32 $ - Major mode for editing (Bourne, Korn or Bourne again) 3921 ksh-mode $Revision: 1.33 $ - Major mode for editing (Bourne, Korn or Bourne again)
3922 shell scripts. 3922 shell scripts.
3923 Special key bindings and commands: 3923 Special key bindings and commands:
3924 \\{ksh-mode-map} 3924 \\{ksh-mode-map}
3925 Variables controlling indentation style: 3925 Variables controlling indentation style:
3926 ksh-indent 3926 ksh-indent
5258 5258
5259 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5259 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5260 5260
5261 (autoload 'vhdl-mode "vhdl-mode" "\ 5261 (autoload 'vhdl-mode "vhdl-mode" "\
5262 Major mode for editing VHDL code. 5262 Major mode for editing VHDL code.
5263 vhdl-mode $Revision: 1.32 $ 5263 vhdl-mode $Revision: 1.33 $
5264 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
5265 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
5266 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
5267 problem, including a reproducible test case and send the message. 5267 problem, including a reproducible test case and send the message.
5268 5268
5527 Environment file name. See also the file \"br-help\"." t nil) 5527 Environment file name. See also the file \"br-help\"." t nil)
5528 5528
5529 ;;;*** 5529 ;;;***
5530 5530
5531 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window add-change-log-entry find-change-log prompt-for-change-log-name) "add-log" "packages/add-log.el") 5531 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window add-change-log-entry find-change-log prompt-for-change-log-name) "add-log" "packages/add-log.el")
5532
5533 (defcustom change-log-default-name nil "*Name of a change log file for \\[add-change-log-entry]." :type '(choice (const :tag "default" nil) string) :group 'change-log)
5534
5535 (defcustom add-log-current-defun-function nil "*If non-nil, function to guess name of current function from surrounding text.\n\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'\ninstead) with no arguments. It returns a string or nil if it cannot guess." :type 'boolean :group 'change-log)
5536
5537 (defcustom add-log-full-name nil "*Full name of user, for inclusion in ChangeLog daily headers.\nThis defaults to the value returned by the `user-full-name' function." :type '(choice (const :tag "Default" nil) string) :group 'change-log)
5538
5539 (defcustom add-log-mailing-address nil "*Electronic mail address of user, for inclusion in ChangeLog daily headers.\nThis defaults to the value of `user-mail-address'." :type '(choice (const :tag "Default" nil) string) :group 'change-log)
5540 5532
5541 (autoload 'prompt-for-change-log-name "add-log" "\ 5533 (autoload 'prompt-for-change-log-name "add-log" "\
5542 Prompt for a change log name." nil nil) 5534 Prompt for a change log name." nil nil)
5543 5535
5544 (autoload 'find-change-log "add-log" "\ 5536 (autoload 'find-change-log "add-log" "\