comparison lisp/modes/auto-autoloads.el @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 850242ba4a81
children 78478c60bfcd
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
226 Entry to this mode calls the value of bibtex-mode-hook if that value is 226 Entry to this mode calls the value of bibtex-mode-hook if that value is
227 non-nil." t nil) 227 non-nil." t nil)
228 228
229 ;;;*** 229 ;;;***
230 230
231 ;;;### (autoloads (c-comment-edit) "c-comment" "modes/c-comment.el")
232
233 (autoload 'c-comment-edit "c-comment" "\
234 Edit multi-line C comments.
235 This command allows the easy editing of a multi-line C comment like this:
236 /*
237 * ...
238 * ...
239 */
240 The comment may be indented or flush with the left margin.
241
242 If point is within a comment, that comment is used. Otherwise the
243 comment to be edited is found by searching forward from point.
244
245 With one \\[universal-argument] searching starts after moving back one
246 paragraph.
247 With two \\[universal-argument]'s searching starts at the beginning of the
248 current or proceeding C function.
249 With three \\[universal-argument]'s searching starts at the beginning of the
250 current page.
251 With four \\[universal-argument]'s searching starts at the beginning of the
252 current buffer (clipping restrictions apply).
253
254 Once located, the comment is copied into a temporary buffer, the comment
255 leaders and delimiters are stripped away and the resulting buffer is
256 selected for editing. The major mode of this buffer is controlled by
257 the variable `c-comment-edit-mode'.\\<c-comment-edit-map>
258
259 Use \\[c-comment-edit-end] when you have finished editing the comment. The
260 comment will be inserted into the original buffer with the appropriate
261 delimiters and indention, replacing the old version of the comment. If
262 you don't want your edited version of the comment to replace the
263 original, use \\[c-comment-edit-abort]." t nil)
264
265 ;;;***
266
231 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el") 267 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el")
232 268
233 (autoload 'common-lisp-indent-function "cl-indent" nil nil nil) 269 (autoload 'common-lisp-indent-function "cl-indent" nil nil nil)
234 270
235 ;;;*** 271 ;;;***
705 ;;;*** 741 ;;;***
706 742
707 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 743 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
708 744
709 (autoload 'ksh-mode "ksh-mode" "\ 745 (autoload 'ksh-mode "ksh-mode" "\
710 ksh-mode $Revision: 1.12 $ - Major mode for editing (Bourne, Korn or Bourne again) 746 ksh-mode $Revision: 1.13 $ - Major mode for editing (Bourne, Korn or Bourne again)
711 shell scripts. 747 shell scripts.
712 Special key bindings and commands: 748 Special key bindings and commands:
713 \\{ksh-mode-map} 749 \\{ksh-mode-map}
714 Variables controlling indentation style: 750 Variables controlling indentation style:
715 ksh-indent 751 ksh-indent
1284 non-Python process buffers using the default (Emacs-supplied) process 1320 non-Python process buffers using the default (Emacs-supplied) process
1285 filter." t nil) 1321 filter." t nil)
1286 1322
1287 ;;;*** 1323 ;;;***
1288 1324
1289 ;;;### (autoloads (reftex-add-to-label-alist reftex-mode turn-on-reftex) "reftex" "modes/reftex.el") 1325 ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "modes/reftex.el")
1290 1326
1291 (autoload 'turn-on-reftex "reftex" "\ 1327 (autoload 'turn-on-reftex "reftex" "\
1292 Turn on RefTeX minor mode." nil nil) 1328 Turn on RefTeX minor mode." nil nil)
1293 1329
1294 (autoload 'reftex-mode "reftex" "\ 1330 (autoload 'reftex-mode "reftex" "\
1297 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'. 1333 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
1298 When referencing, you get a menu with all labels of a given type and 1334 When referencing, you get a menu with all labels of a given type and
1299 context of the label definition. The selected label is inserted as a 1335 context of the label definition. The selected label is inserted as a
1300 \\ref macro. 1336 \\ref macro.
1301 1337
1302 Citations can be made with `\\[reftex-citation]' which will use a regular expression 1338 Citations can be made with `\\[reftex-citation]' which will use a regular expression
1303 to pull out a *formatted* list of articles from your BibTeX 1339 to pull out a *formatted* list of articles from your BibTeX
1304 database. The selected citation is inserted as a \\cite macro. 1340 database. The selected citation is inserted as a \\cite macro.
1305 1341
1306 A Table of Contents of the entire (multifile) document with browsing 1342 A Table of Contents of the entire (multifile) document with browsing
1307 capabilities is available with `\\[reftex-toc]'. 1343 capabilities is available with `\\[reftex-toc]'.
1308 1344
1309 Most command have help available on the fly. This help is accessed by 1345 Most command have help available on the fly. This help is accessed by
1310 pressing `?' to any prompt mentioning this feature. 1346 pressing `?' to any prompt mentioning this feature.
1311 1347
1312 Extensive documentation about reftex is in the file header of `reftex.el'. 1348 Extensive documentation about RefTeX is in the file header of `reftex.el'.
1349 You can view this information with `\\[reftex-show-commentary]'.
1313 1350
1314 \\{reftex-mode-map} 1351 \\{reftex-mode-map}
1315 Under X, these functions will also be available in a menu on the menu bar. 1352 Under X, these and other functions will also be available as `Ref' menu
1353 on the menu bar.
1316 1354
1317 ------------------------------------------------------------------------------" t nil) 1355 ------------------------------------------------------------------------------" t nil)
1318
1319 (autoload 'reftex-add-to-label-alist "reftex" "\
1320 Add label environment descriptions to `reftex-label-alist-external-add-ons'.
1321 The format of ENTRY-LIST is exactly like `reftex-label-alist'. See there
1322 for details.
1323 This function makes it possible to support RefTeX from AUCTeX style files.
1324 The entries in ENTRY-LIST will be processed after the user settings in
1325 `reftex-label-alist', and before the defaults (specified in
1326 `reftex-default-label-alist-entries'). Any changes made to
1327 `reftex-label-alist-external-add-ons' will raise a flag to the effect that a
1328 mode reset is done on the next occasion." nil nil)
1329 1356
1330 ;;;*** 1357 ;;;***
1331 1358
1332 ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el") 1359 ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el")
1333 1360
2017 2044
2018 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 2045 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
2019 2046
2020 (autoload 'vhdl-mode "vhdl-mode" "\ 2047 (autoload 'vhdl-mode "vhdl-mode" "\
2021 Major mode for editing VHDL code. 2048 Major mode for editing VHDL code.
2022 vhdl-mode $Revision: 1.12 $ 2049 vhdl-mode $Revision: 1.13 $
2023 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 2050 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
2024 vhdl-mode buffer. This automatically sets up a mail buffer with version 2051 vhdl-mode buffer. This automatically sets up a mail buffer with version
2025 information already added. You just need to add a description of the 2052 information already added. You just need to add a description of the
2026 problem, including a reproducable test case and send the message. 2053 problem, including a reproducable test case and send the message.
2027 2054