Mercurial > hg > xemacs-beta
comparison lisp/utils/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 | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
331 (autoload 'elp-submit-bug-report "elp" "\ | 331 (autoload 'elp-submit-bug-report "elp" "\ |
332 Submit via mail, a bug report on elp." t nil) | 332 Submit via mail, a bug report on elp." t nil) |
333 | 333 |
334 ;;;*** | 334 ;;;*** |
335 | 335 |
336 ;;;### (autoloads (list-colors-display facemenu-read-color list-text-properties-at facemenu-remove-special facemenu-remove-props facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible facemenu-make-much-smaller facemenu-make-much-larger facemenu-make-smaller facemenu-make-larger facemenu-set-size-default facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground facemenu-set-face) "facemenu" "utils/facemenu.el") | 336 ;;;### (autoloads (list-colors-display list-text-properties-at facemenu-remove-special facemenu-remove-props facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible facemenu-make-much-smaller facemenu-make-much-larger facemenu-make-smaller facemenu-make-larger facemenu-set-size-default facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground facemenu-set-face) "facemenu" "utils/facemenu.el") |
337 | |
338 (autoload 'facemenu-keymap "facemenu" nil t 'keymap) | |
337 | 339 |
338 (define-key ctl-x-map "F" 'facemenu-keymap) | 340 (define-key ctl-x-map "F" 'facemenu-keymap) |
339 | 341 |
340 (defvar facemenu-menu nil "\ | 342 (defvar facemenu-menu nil "\ |
341 Facemenu top-level menu keymap.") | 343 Facemenu top-level menu keymap.") |
342 | 344 |
343 (defvar facemenu-keymap (let ((map (make-sparse-keymap "Set face"))) (define-key map ?o 'facemenu-set-face) map) "\ | 345 (defvar facemenu-keymap (let ((map (make-sparse-keymap "Set face"))) (define-key map ?o 'facemenu-set-face) map) "\ |
344 Keymap for face-changing commands. | 346 Keymap for face-changing commands. |
345 `Facemenu-update' fills in the keymap according to the bindings | 347 `Facemenu-update' fills in the keymap according to the bindings |
346 requested in `facemenu-keybindings'.") | 348 requested in `facemenu-keybindings'.") |
349 | |
350 (defalias 'facemenu-keymap facemenu-keymap) | |
347 | 351 |
348 (autoload 'facemenu-set-face "facemenu" "\ | 352 (autoload 'facemenu-set-face "facemenu" "\ |
349 Add FACE to the region or next character typed. | 353 Add FACE to the region or next character typed. |
350 It will be added to the top of the face list; any faces lower on the list that | 354 It will be added to the top of the face list; any faces lower on the list that |
351 will not show through at all will be removed. | 355 will not show through at all will be removed. |
422 These special properties include `invisible', `intangible' and `read-only'." t nil) | 426 These special properties include `invisible', `intangible' and `read-only'." t nil) |
423 | 427 |
424 (autoload 'list-text-properties-at "facemenu" "\ | 428 (autoload 'list-text-properties-at "facemenu" "\ |
425 Pop up a buffer listing text-properties at LOCATION." t nil) | 429 Pop up a buffer listing text-properties at LOCATION." t nil) |
426 | 430 |
427 (autoload 'facemenu-read-color "facemenu" "\ | 431 (defalias 'facemenu-read-color 'read-color) |
428 Read a color using the minibuffer." nil nil) | |
429 | 432 |
430 (autoload 'list-colors-display "facemenu" "\ | 433 (autoload 'list-colors-display "facemenu" "\ |
431 Display names of defined colors, and show what they look like. | 434 Display names of defined colors, and show what they look like. |
432 If the optional argument LIST is non-nil, it should be a list of | 435 If the optional argument LIST is non-nil, it should be a list of |
433 colors to display. Otherwise, this command computes a list | 436 colors to display. Otherwise, this command computes a list |
457 run popup-mode-menu." t nil) | 460 run popup-mode-menu." t nil) |
458 | 461 |
459 (autoload 'floating-toolbar-from-extent-or-popup-mode-menu "floating-toolbar" "\ | 462 (autoload 'floating-toolbar-from-extent-or-popup-mode-menu "floating-toolbar" "\ |
460 Like floating-toolbar-or-popup-mode-menu, but search only for an | 463 Like floating-toolbar-or-popup-mode-menu, but search only for an |
461 extent local toolbar." t nil) | 464 extent local toolbar." t nil) |
462 | |
463 ;;;*** | |
464 | |
465 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" "utils/flow-ctrl.el") | |
466 | |
467 (autoload 'enable-flow-control "flow-ctrl" "\ | |
468 Toggle flow control handling. | |
469 When handling is enabled, user can type C-s as C-\\, and C-q as C-^. | |
470 With arg, enable flow control mode if arg is positive, otherwise disable." t nil) | |
471 | |
472 (autoload 'enable-flow-control-on "flow-ctrl" "\ | |
473 Enable flow control if using one of a specified set of terminal types. | |
474 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control | |
475 on VT-100 and H19 terminals. When flow control is enabled, | |
476 you must type C-\\ to get the effect of a C-s, and type C-^ | |
477 to get the effect of a C-q. | |
478 | |
479 This function has no effect unless the current device is a tty. | |
480 | |
481 The tty terminal type is determined from the TERM environment variable. | |
482 Trailing hyphens and everything following is stripped, so a TERM | |
483 value of \"vt100-nam\" is treated the same as \"vt100\"." nil nil) | |
484 | 465 |
485 ;;;*** | 466 ;;;*** |
486 | 467 |
487 ;;;### (autoloads (x-font-build-cache font-default-size-for-device font-default-encoding-for-device font-default-registry-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "utils/font.el") | 468 ;;;### (autoloads (x-font-build-cache font-default-size-for-device font-default-encoding-for-device font-default-registry-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "utils/font.el") |
488 | 469 |
532 (autoload 'forms-find-file-other-window "forms" "\ | 513 (autoload 'forms-find-file-other-window "forms" "\ |
533 Visit a file in Forms mode in other window." t nil) | 514 Visit a file in Forms mode in other window." t nil) |
534 | 515 |
535 ;;;*** | 516 ;;;*** |
536 | 517 |
537 ;;;### (autoloads (unhide-copyleft-region hide-copyleft-region) "hide-copyleft" "utils/hide-copyleft.el") | |
538 | |
539 (autoload 'hide-copyleft-region "hide-copyleft" "\ | |
540 Make the legal drivel at the front of this file invisible. Unhide it again | |
541 with C-u \\[hide-copyleft-region]." t nil) | |
542 | |
543 (autoload 'unhide-copyleft-region "hide-copyleft" "\ | |
544 If the legal nonsense at the top of this file is elided, make it visible again." nil nil) | |
545 | |
546 ;;;*** | |
547 | |
548 ;;;### (autoloads (highlight-headers-follow-url highlight-headers-follow-url-mosaic highlight-headers-follow-url-netscape highlight-headers) "highlight-headers" "utils/highlight-headers.el") | 518 ;;;### (autoloads (highlight-headers-follow-url highlight-headers-follow-url-mosaic highlight-headers-follow-url-netscape highlight-headers) "highlight-headers" "utils/highlight-headers.el") |
549 | 519 |
550 (autoload 'highlight-headers "highlight-headers" "\ | 520 (autoload 'highlight-headers "highlight-headers" "\ |
551 Highlight message headers between start and end. | 521 Highlight message headers between start and end. |
552 Faces used: | 522 Faces used: |