Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | ec9a17fef872 |
children | d620409f5eb8 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
954 | 954 |
955 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") | 955 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") |
956 | 956 |
957 (autoload 'widget-browse-at "wid-browse" "\ | 957 (autoload 'widget-browse-at "wid-browse" "\ |
958 Browse the widget under point." t nil) | 958 Browse the widget under point." t nil) |
959 | |
960 ;;;*** | |
961 | |
962 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "custom/wid-edit.el") | |
963 | |
964 (autoload 'widget-create "wid-edit" "\ | |
965 Create widget of TYPE. | |
966 The optional ARGS are additional keyword arguments." nil nil) | |
967 | |
968 (autoload 'widget-delete "wid-edit" "\ | |
969 Delete WIDGET." nil nil) | |
959 | 970 |
960 ;;;*** | 971 ;;;*** |
961 | 972 |
962 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") | 973 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") |
963 | 974 |
3148 To submit a problem report, enter `\\[c-submit-bug-report]' from a | 3159 To submit a problem report, enter `\\[c-submit-bug-report]' from a |
3149 c-mode buffer. This automatically sets up a mail buffer with version | 3160 c-mode buffer. This automatically sets up a mail buffer with version |
3150 information already added. You just need to add a description of the | 3161 information already added. You just need to add a description of the |
3151 problem, including a reproducible test case and send the message. | 3162 problem, including a reproducible test case and send the message. |
3152 | 3163 |
3153 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3164 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3154 | 3165 |
3155 The hook variable `c-mode-hook' is run with no args, if that value is | 3166 The hook variable `c-mode-hook' is run with no args, if that value is |
3156 bound and has a non-nil value. Also the hook `c-mode-common-hook' is | 3167 bound and has a non-nil value. Also the hook `c-mode-common-hook' is |
3157 run first. | 3168 run first. |
3158 | 3169 |
3165 c++-mode buffer. This automatically sets up a mail buffer with | 3176 c++-mode buffer. This automatically sets up a mail buffer with |
3166 version information already added. You just need to add a description | 3177 version information already added. You just need to add a description |
3167 of the problem, including a reproducible test case, and send the | 3178 of the problem, including a reproducible test case, and send the |
3168 message. | 3179 message. |
3169 | 3180 |
3170 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3181 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3171 | 3182 |
3172 The hook variable `c++-mode-hook' is run with no args, if that | 3183 The hook variable `c++-mode-hook' is run with no args, if that |
3173 variable is bound and has a non-nil value. Also the hook | 3184 variable is bound and has a non-nil value. Also the hook |
3174 `c-mode-common-hook' is run first. | 3185 `c-mode-common-hook' is run first. |
3175 | 3186 |
3182 objc-mode buffer. This automatically sets up a mail buffer with | 3193 objc-mode buffer. This automatically sets up a mail buffer with |
3183 version information already added. You just need to add a description | 3194 version information already added. You just need to add a description |
3184 of the problem, including a reproducible test case, and send the | 3195 of the problem, including a reproducible test case, and send the |
3185 message. | 3196 message. |
3186 | 3197 |
3187 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3198 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3188 | 3199 |
3189 The hook variable `objc-mode-hook' is run with no args, if that value | 3200 The hook variable `objc-mode-hook' is run with no args, if that value |
3190 is bound and has a non-nil value. Also the hook `c-mode-common-hook' | 3201 is bound and has a non-nil value. Also the hook `c-mode-common-hook' |
3191 is run first. | 3202 is run first. |
3192 | 3203 |
3199 java-mode buffer. This automatically sets up a mail buffer with | 3210 java-mode buffer. This automatically sets up a mail buffer with |
3200 version information already added. You just need to add a description | 3211 version information already added. You just need to add a description |
3201 of the problem, including a reproducible test case and send the | 3212 of the problem, including a reproducible test case and send the |
3202 message. | 3213 message. |
3203 | 3214 |
3204 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3215 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3205 | 3216 |
3206 The hook variable `java-mode-hook' is run with no args, if that value | 3217 The hook variable `java-mode-hook' is run with no args, if that value |
3207 is bound and has a non-nil value. Also the common hook | 3218 is bound and has a non-nil value. Also the common hook |
3208 `c-mode-common-hook' is run first. Note that this mode automatically | 3219 `c-mode-common-hook' is run first. Note that this mode automatically |
3209 sets the \"java\" style before calling any hooks so be careful if you | 3220 sets the \"java\" style before calling any hooks so be careful if you |
3211 | 3222 |
3212 Key bindings: | 3223 Key bindings: |
3213 \\{java-mode-map}" t nil) | 3224 \\{java-mode-map}" t nil) |
3214 | 3225 |
3215 (autoload 'c-set-style "cc-mode" "\ | 3226 (autoload 'c-set-style "cc-mode" "\ |
3216 Set cc-mode variables to use one of several different indentation styles. | 3227 Set CC Mode variables to use one of several different indentation styles. |
3217 STYLENAME is a string representing the desired style from the list of | 3228 STYLENAME is a string representing the desired style from the list of |
3218 styles described in the variable `c-style-alist'. See that variable | 3229 styles described in the variable `c-style-alist'. See that variable |
3219 for details of setting up styles." t nil) | 3230 for details of setting up styles. |
3231 | |
3232 The variable `c-indentation-style' always contains the buffer's current | |
3233 style name." t nil) | |
3220 | 3234 |
3221 (fset 'set-c-style 'c-set-style) | 3235 (fset 'set-c-style 'c-set-style) |
3222 | 3236 |
3223 ;;;*** | 3237 ;;;*** |
3224 | 3238 |
3658 ;;;*** | 3672 ;;;*** |
3659 | 3673 |
3660 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3674 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3661 | 3675 |
3662 (autoload 'ksh-mode "ksh-mode" "\ | 3676 (autoload 'ksh-mode "ksh-mode" "\ |
3663 ksh-mode $Revision: 1.11 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3677 ksh-mode $Revision: 1.13 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3664 shell scripts. | 3678 shell scripts. |
3665 Special key bindings and commands: | 3679 Special key bindings and commands: |
3666 \\{ksh-mode-map} | 3680 \\{ksh-mode-map} |
3667 Variables controlling indentation style: | 3681 Variables controlling indentation style: |
3668 ksh-indent | 3682 ksh-indent |
4025 pascal-indent-level (default 3) | 4039 pascal-indent-level (default 3) |
4026 Indentation of Pascal statements with respect to containing block. | 4040 Indentation of Pascal statements with respect to containing block. |
4027 pascal-case-indent (default 2) | 4041 pascal-case-indent (default 2) |
4028 Indentation for case statements. | 4042 Indentation for case statements. |
4029 pascal-auto-newline (default nil) | 4043 pascal-auto-newline (default nil) |
4030 Non-nil means automatically newline after semicolons and the punctation mark | 4044 Non-nil means automatically newline after semicolons and the punctuation mark |
4031 after an end. | 4045 after an end. |
4032 pascal-tab-always-indent (default t) | 4046 pascal-tab-always-indent (default t) |
4033 Non-nil means TAB in Pascal mode should always reindent the current line, | 4047 Non-nil means TAB in Pascal mode should always reindent the current line, |
4034 regardless of where in the line point is when the TAB command is used. | 4048 regardless of where in the line point is when the TAB command is used. |
4035 pascal-auto-endcomments (default t) | 4049 pascal-auto-endcomments (default t) |
4930 | 4944 |
4931 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 4945 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
4932 | 4946 |
4933 (autoload 'vhdl-mode "vhdl-mode" "\ | 4947 (autoload 'vhdl-mode "vhdl-mode" "\ |
4934 Major mode for editing VHDL code. | 4948 Major mode for editing VHDL code. |
4935 vhdl-mode $Revision: 1.11 $ | 4949 vhdl-mode $Revision: 1.13 $ |
4936 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 4950 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
4937 vhdl-mode buffer. This automatically sets up a mail buffer with version | 4951 vhdl-mode buffer. This automatically sets up a mail buffer with version |
4938 information already added. You just need to add a description of the | 4952 information already added. You just need to add a description of the |
4939 problem, including a reproducible test case and send the message. | 4953 problem, including a reproducible test case and send the message. |
4940 | 4954 |
5782 | 5796 |
5783 ;;;*** | 5797 ;;;*** |
5784 | 5798 |
5785 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el") | 5799 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el") |
5786 | 5800 |
5787 (defvar diff-switches nil "\ | 5801 (defvar diff-switches "-c" "\ |
5788 *A list of switches (strings) to pass to the diff program.") | 5802 *A list of switches (strings) to pass to the diff program.") |
5789 | 5803 |
5790 (autoload 'diff "diff" "\ | 5804 (autoload 'diff "diff" "\ |
5791 Find and display the differences between OLD and NEW files. | 5805 Find and display the differences between OLD and NEW files. |
5792 Interactively you are prompted with the current buffer's file name for NEW | 5806 Interactively you are prompted with the current buffer's file name for NEW |
7357 | 7371 |
7358 ;;;*** | 7372 ;;;*** |
7359 | 7373 |
7360 ;;;### (autoloads (display-time) "time" "packages/time.el") | 7374 ;;;### (autoloads (display-time) "time" "packages/time.el") |
7361 | 7375 |
7362 (defvar display-time-day-and-date nil "\ | 7376 (defcustom display-time-day-and-date nil "*Non-nil means \\[display-time] should display day,date and time.\nThis affects the spec 'date in the variable display-time-form-list." :group 'display-time :type 'boolean) |
7363 *Non-nil means \\[display-time] should display day and date as well as time.") | |
7364 | 7377 |
7365 (autoload 'display-time "time" "\ | 7378 (autoload 'display-time "time" "\ |
7366 Display current time, load level, and mail flag in mode line of each buffer. | 7379 Display current time, load level, and mail flag in mode line of each buffer. |
7367 Updates automatically every minute. | 7380 Updates automatically every minute. |
7368 If `display-time-day-and-date' is non-nil, the current day and date | 7381 If `display-time-day-and-date' is non-nil, the current day and date |
9477 there might be!! Trace output will quietly go to BUFFER without changing | 9490 there might be!! Trace output will quietly go to BUFFER without changing |
9478 the window or buffer configuration at all." t nil) | 9491 the window or buffer configuration at all." t nil) |
9479 | 9492 |
9480 ;;;*** | 9493 ;;;*** |
9481 | 9494 |
9482 ;;;### (autoloads (y-or-n-p-with-timeout yes-or-no-p-with-timeout with-timeout with-timeout-internal) "with-timeout" "utils/with-timeout.el") | |
9483 | |
9484 (autoload 'with-timeout-internal "with-timeout" nil nil nil) | |
9485 | |
9486 (autoload 'with-timeout "with-timeout" "\ | |
9487 Usage: (with-timeout (seconds &rest timeout-forms) &rest body) | |
9488 This is just like progn, but if the given number of seconds expires before | |
9489 the body returns, then timeout-forms are evaluated and returned instead. | |
9490 The body won't be interrupted in the middle of a computation: the check for | |
9491 the timer expiration only occurs when body does a redisplay, or prompts the | |
9492 user for input, or calls accept-process-output." nil 'macro) | |
9493 | |
9494 (autoload 'yes-or-no-p-with-timeout "with-timeout" "\ | |
9495 Just like yes-or-no-p, but will time out after TIMEOUT seconds | |
9496 if the user has not yes answered, returning DEFAULT-VALUE." nil nil) | |
9497 | |
9498 (autoload 'y-or-n-p-with-timeout "with-timeout" "\ | |
9499 Just like y-or-n-p, but will time out after TIMEOUT seconds | |
9500 if the user has not yes answered, returning DEFAULT-VALUE." nil nil) | |
9501 | |
9502 ;;;*** | |
9503 | |
9504 ;;;### (autoloads (xbm-button-create) "xbm-button" "utils/xbm-button.el") | 9495 ;;;### (autoloads (xbm-button-create) "xbm-button" "utils/xbm-button.el") |
9505 | 9496 |
9506 (autoload 'xbm-button-create "xbm-button" "\ | 9497 (autoload 'xbm-button-create "xbm-button" "\ |
9507 Returns a list of XBM image instantiators for a button displaying TEXT. | 9498 Returns a list of XBM image instantiators for a button displaying TEXT. |
9508 The list is of the form | 9499 The list is of the form |
9773 With prefix-arg P, ignore viewers and dump the link straight | 9764 With prefix-arg P, ignore viewers and dump the link straight |
9774 to disk." t nil) | 9765 to disk." t nil) |
9775 | 9766 |
9776 ;;;*** | 9767 ;;;*** |
9777 | 9768 |
9778 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "w3/wid-edit.el") | |
9779 | |
9780 (autoload 'widget-create "wid-edit" "\ | |
9781 Create widget of TYPE. | |
9782 The optional ARGS are additional keyword arguments." nil nil) | |
9783 | |
9784 (autoload 'widget-delete "wid-edit" "\ | |
9785 Delete WIDGET." nil nil) | |
9786 | |
9787 ;;;*** | |
9788 | |
9789 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el") | 9769 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el") |
9790 | 9770 |
9791 (defvar font-menu-ignore-scaled-fonts t "\ | 9771 (defvar font-menu-ignore-scaled-fonts t "\ |
9792 *If non-nil, then the font menu will try to show only bitmap fonts.") | 9772 *If non-nil, then the font menu will try to show only bitmap fonts.") |
9793 | 9773 |