Mercurial > hg > xemacs-beta
diff lisp/prim/auto-autoloads.el @ 106:8ff55ebd4be9 r20-1b5
Import from CVS: tag r20-1b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:17:26 +0200 |
parents | cf808b4c4290 |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el Mon Aug 13 09:16:54 2007 +0200 +++ b/lisp/prim/auto-autoloads.el Mon Aug 13 09:17:26 2007 +0200 @@ -999,55 +999,73 @@ ;;;*** -;;;### (autoloads (custom-make-dependencies custom-menu-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "custom-edit" "custom/custom-edit.el") - -(autoload 'customize "custom-edit" "\ +;;;### (autoloads (custom-make-dependencies custom-menu-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el") + +(autoload 'customize "cus-edit" "\ Customize SYMBOL, which must be a customization group." t nil) -(autoload 'customize-variable "custom-edit" "\ +(autoload 'customize-variable "cus-edit" "\ Customize SYMBOL, which must be a variable." t nil) -(autoload 'customize-face "custom-edit" "\ +(autoload 'customize-face "cus-edit" "\ Customize SYMBOL, which should be a face name or nil. If SYMBOL is nil, customize all faces." t nil) -(autoload 'customize-customized "custom-edit" "\ +(autoload 'customize-customized "cus-edit" "\ Customize all already customized user options." t nil) -(autoload 'customize-apropos "custom-edit" "\ +(autoload 'customize-apropos "cus-edit" "\ Customize all user options matching REGEXP. If ALL (e.g., started with a prefix key), include options which are not user-settable." t nil) -(autoload 'custom-buffer-create "custom-edit" "\ +(autoload 'custom-buffer-create "cus-edit" "\ Create a buffer containing OPTIONS. OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where SYMBOL is a customization option, and WIDGET is a widget for editing that option." nil nil) -(autoload 'custom-menu-update "custom-edit" "\ +(autoload 'custom-menu-update "cus-edit" "\ Update customize menu." t nil) -(autoload 'custom-make-dependencies "custom-edit" "\ +(autoload 'custom-make-dependencies "cus-edit" "\ Batch function to extract custom dependencies from .el files. Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) ;;;*** -;;;### (autoloads (widget-browse-at) "widget-browse" "custom/widget-browse.el") - -(autoload 'widget-browse-at "widget-browse" "\ +;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" "custom/cus-face.el") + +(autoload 'custom-declare-face "cus-face" "\ +Like `defface', but FACE is evaluated as a normal argument." nil nil) + +(autoload 'custom-set-faces "cus-face" "\ +Initialize faces according to user preferences. +The arguments should be a list where each entry has the form: + + (FACE SPEC [NOW]) + +SPEC will be stored as the saved value for FACE. If NOW is present +and non-nil, FACE will also be created according to SPEC. + +See `defface' for the format of SPEC." nil nil) + +;;;*** + +;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") + +(autoload 'widget-browse-at "wid-browse" "\ Browse the widget under point." t nil) ;;;*** -;;;### (autoloads (widget-delete widget-create) "widget-edit" "custom/widget-edit.el") - -(autoload 'widget-create "widget-edit" "\ +;;;### (autoloads (widget-delete widget-create) "wid-edit" "custom/wid-edit.el") + +(autoload 'widget-create "wid-edit" "\ Create widget of TYPE. The optional ARGS are additional keyword arguments." nil nil) -(autoload 'widget-delete "widget-edit" "\ +(autoload 'widget-delete "wid-edit" "\ Delete WIDGET." nil nil) ;;;*** @@ -3736,7 +3754,7 @@ ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") (autoload 'ksh-mode "ksh-mode" "\ -ksh-mode $Revision: 1.12 $ - Major mode for editing (Bourne, Korn or Bourne again) +ksh-mode $Revision: 1.13 $ - Major mode for editing (Bourne, Korn or Bourne again) shell scripts. Special key bindings and commands: \\{ksh-mode-map} @@ -5088,7 +5106,7 @@ (autoload 'vhdl-mode "vhdl-mode" "\ Major mode for editing VHDL code. -vhdl-mode $Revision: 1.12 $ +vhdl-mode $Revision: 1.13 $ To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a vhdl-mode buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the