Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
105:e59cf502fb45 | 106:8ff55ebd4be9 |
---|---|
997 Normally input is edited in Emacs and sent a line at a time. | 997 Normally input is edited in Emacs and sent a line at a time. |
998 See also `\\[telnet]'." t nil) | 998 See also `\\[telnet]'." t nil) |
999 | 999 |
1000 ;;;*** | 1000 ;;;*** |
1001 | 1001 |
1002 ;;;### (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") | 1002 ;;;### (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") |
1003 | 1003 |
1004 (autoload 'customize "custom-edit" "\ | 1004 (autoload 'customize "cus-edit" "\ |
1005 Customize SYMBOL, which must be a customization group." t nil) | 1005 Customize SYMBOL, which must be a customization group." t nil) |
1006 | 1006 |
1007 (autoload 'customize-variable "custom-edit" "\ | 1007 (autoload 'customize-variable "cus-edit" "\ |
1008 Customize SYMBOL, which must be a variable." t nil) | 1008 Customize SYMBOL, which must be a variable." t nil) |
1009 | 1009 |
1010 (autoload 'customize-face "custom-edit" "\ | 1010 (autoload 'customize-face "cus-edit" "\ |
1011 Customize SYMBOL, which should be a face name or nil. | 1011 Customize SYMBOL, which should be a face name or nil. |
1012 If SYMBOL is nil, customize all faces." t nil) | 1012 If SYMBOL is nil, customize all faces." t nil) |
1013 | 1013 |
1014 (autoload 'customize-customized "custom-edit" "\ | 1014 (autoload 'customize-customized "cus-edit" "\ |
1015 Customize all already customized user options." t nil) | 1015 Customize all already customized user options." t nil) |
1016 | 1016 |
1017 (autoload 'customize-apropos "custom-edit" "\ | 1017 (autoload 'customize-apropos "cus-edit" "\ |
1018 Customize all user options matching REGEXP. | 1018 Customize all user options matching REGEXP. |
1019 If ALL (e.g., started with a prefix key), include options which are not | 1019 If ALL (e.g., started with a prefix key), include options which are not |
1020 user-settable." t nil) | 1020 user-settable." t nil) |
1021 | 1021 |
1022 (autoload 'custom-buffer-create "custom-edit" "\ | 1022 (autoload 'custom-buffer-create "cus-edit" "\ |
1023 Create a buffer containing OPTIONS. | 1023 Create a buffer containing OPTIONS. |
1024 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where | 1024 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
1025 SYMBOL is a customization option, and WIDGET is a widget for editing | 1025 SYMBOL is a customization option, and WIDGET is a widget for editing |
1026 that option." nil nil) | 1026 that option." nil nil) |
1027 | 1027 |
1028 (autoload 'custom-menu-update "custom-edit" "\ | 1028 (autoload 'custom-menu-update "cus-edit" "\ |
1029 Update customize menu." t nil) | 1029 Update customize menu." t nil) |
1030 | 1030 |
1031 (autoload 'custom-make-dependencies "custom-edit" "\ | 1031 (autoload 'custom-make-dependencies "cus-edit" "\ |
1032 Batch function to extract custom dependencies from .el files. | 1032 Batch function to extract custom dependencies from .el files. |
1033 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) | 1033 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) |
1034 | 1034 |
1035 ;;;*** | 1035 ;;;*** |
1036 | 1036 |
1037 ;;;### (autoloads (widget-browse-at) "widget-browse" "custom/widget-browse.el") | 1037 ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" "custom/cus-face.el") |
1038 | 1038 |
1039 (autoload 'widget-browse-at "widget-browse" "\ | 1039 (autoload 'custom-declare-face "cus-face" "\ |
1040 Like `defface', but FACE is evaluated as a normal argument." nil nil) | |
1041 | |
1042 (autoload 'custom-set-faces "cus-face" "\ | |
1043 Initialize faces according to user preferences. | |
1044 The arguments should be a list where each entry has the form: | |
1045 | |
1046 (FACE SPEC [NOW]) | |
1047 | |
1048 SPEC will be stored as the saved value for FACE. If NOW is present | |
1049 and non-nil, FACE will also be created according to SPEC. | |
1050 | |
1051 See `defface' for the format of SPEC." nil nil) | |
1052 | |
1053 ;;;*** | |
1054 | |
1055 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") | |
1056 | |
1057 (autoload 'widget-browse-at "wid-browse" "\ | |
1040 Browse the widget under point." t nil) | 1058 Browse the widget under point." t nil) |
1041 | 1059 |
1042 ;;;*** | 1060 ;;;*** |
1043 | 1061 |
1044 ;;;### (autoloads (widget-delete widget-create) "widget-edit" "custom/widget-edit.el") | 1062 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "custom/wid-edit.el") |
1045 | 1063 |
1046 (autoload 'widget-create "widget-edit" "\ | 1064 (autoload 'widget-create "wid-edit" "\ |
1047 Create widget of TYPE. | 1065 Create widget of TYPE. |
1048 The optional ARGS are additional keyword arguments." nil nil) | 1066 The optional ARGS are additional keyword arguments." nil nil) |
1049 | 1067 |
1050 (autoload 'widget-delete "widget-edit" "\ | 1068 (autoload 'widget-delete "wid-edit" "\ |
1051 Delete WIDGET." nil nil) | 1069 Delete WIDGET." nil nil) |
1052 | 1070 |
1053 ;;;*** | 1071 ;;;*** |
1054 | 1072 |
1055 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") | 1073 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") |
3734 ;;;*** | 3752 ;;;*** |
3735 | 3753 |
3736 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3754 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3737 | 3755 |
3738 (autoload 'ksh-mode "ksh-mode" "\ | 3756 (autoload 'ksh-mode "ksh-mode" "\ |
3739 ksh-mode $Revision: 1.12 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3757 ksh-mode $Revision: 1.13 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3740 shell scripts. | 3758 shell scripts. |
3741 Special key bindings and commands: | 3759 Special key bindings and commands: |
3742 \\{ksh-mode-map} | 3760 \\{ksh-mode-map} |
3743 Variables controlling indentation style: | 3761 Variables controlling indentation style: |
3744 ksh-indent | 3762 ksh-indent |
5087 | 5105 |
5088 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 5106 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
5089 | 5107 |
5090 (autoload 'vhdl-mode "vhdl-mode" "\ | 5108 (autoload 'vhdl-mode "vhdl-mode" "\ |
5091 Major mode for editing VHDL code. | 5109 Major mode for editing VHDL code. |
5092 vhdl-mode $Revision: 1.12 $ | 5110 vhdl-mode $Revision: 1.13 $ |
5093 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 5111 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
5094 vhdl-mode buffer. This automatically sets up a mail buffer with version | 5112 vhdl-mode buffer. This automatically sets up a mail buffer with version |
5095 information already added. You just need to add a description of the | 5113 information already added. You just need to add a description of the |
5096 problem, including a reproducable test case and send the message. | 5114 problem, including a reproducable test case and send the message. |
5097 | 5115 |