Mercurial > hg > xemacs-beta
comparison lisp/utils/auto-autoloads.el @ 203:850242ba4a81 r20-3b28
Import from CVS: tag r20-3b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:21 +0200 |
parents | acd284d43ca1 |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
202:61eefc8fc970 | 203:850242ba4a81 |
---|---|
231 (autoload 'config-value "config" "\ | 231 (autoload 'config-value "config" "\ |
232 Return the value of the configuration parameter CONFIG_SYMBOL." nil nil) | 232 Return the value of the configuration parameter CONFIG_SYMBOL." nil nil) |
233 | 233 |
234 ;;;*** | 234 ;;;*** |
235 | 235 |
236 ;;;### (autoloads (docref-setup) "docref" "utils/docref.el") | |
237 | |
238 (autoload 'docref-setup "docref" "\ | |
239 Process docref cross-references in the current buffer. | |
240 See also \\(f@docref-subst)." t nil) | |
241 | |
242 ;;;*** | |
243 | |
244 ;;;### (autoloads nil "easymenu" "utils/easymenu.el") | 236 ;;;### (autoloads nil "easymenu" "utils/easymenu.el") |
245 | 237 |
246 ;;;*** | 238 ;;;*** |
247 | 239 |
248 ;;;### (autoloads (edit-toolbar) "edit-toolbar" "utils/edit-toolbar.el") | 240 ;;;### (autoloads (edit-toolbar) "edit-toolbar" "utils/edit-toolbar.el") |
487 This function has no effect unless the current device is a tty. | 479 This function has no effect unless the current device is a tty. |
488 | 480 |
489 The tty terminal type is determined from the TERM environment variable. | 481 The tty terminal type is determined from the TERM environment variable. |
490 Trailing hyphens and everything following is stripped, so a TERM | 482 Trailing hyphens and everything following is stripped, so a TERM |
491 value of \"vt100-nam\" is treated the same as \"vt100\"." nil nil) | 483 value of \"vt100-nam\" is treated the same as \"vt100\"." nil nil) |
484 | |
485 ;;;*** | |
486 | |
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") | |
488 | |
489 (autoload 'font-create-object "font" nil nil nil) | |
490 | |
491 (autoload 'font-default-font-for-device "font" nil nil nil) | |
492 | |
493 (autoload 'font-default-object-for-device "font" nil nil nil) | |
494 | |
495 (autoload 'font-default-family-for-device "font" nil nil nil) | |
496 | |
497 (autoload 'font-default-registry-for-device "font" nil nil nil) | |
498 | |
499 (autoload 'font-default-encoding-for-device "font" nil nil nil) | |
500 | |
501 (autoload 'font-default-size-for-device "font" nil nil nil) | |
502 | |
503 (autoload 'x-font-build-cache "font" nil nil nil) | |
492 | 504 |
493 ;;;*** | 505 ;;;*** |
494 | 506 |
495 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) "forms" "utils/forms.el") | 507 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) "forms" "utils/forms.el") |
496 | 508 |
671 Otherwise, (the default) use a smaller, somewhat faster, and | 683 Otherwise, (the default) use a smaller, somewhat faster, and |
672 often correct parser.") | 684 often correct parser.") |
673 | 685 |
674 (autoload 'mail-file-babyl-p "mail-utils" nil nil nil) | 686 (autoload 'mail-file-babyl-p "mail-utils" nil nil nil) |
675 | 687 |
688 (defvar rmail-dont-reply-to-names nil "\ | |
689 *A regexp specifying names to prune of reply to messages. | |
690 A value of nil means exclude your own name only.") | |
691 | |
676 (autoload 'mail-fetch-field "mail-utils" "\ | 692 (autoload 'mail-fetch-field "mail-utils" "\ |
677 Return the value of the header field FIELD-NAME. | 693 Return the value of the header field FIELD-NAME. |
678 The buffer is expected to be narrowed to just the headers of the message. | 694 The buffer is expected to be narrowed to just the headers of the message. |
679 If second arg LAST is non-nil, use the last such field if there are several. | 695 If second arg LAST is non-nil, use the last such field if there are several. |
680 If third arg ALL is non-nil, concatenate all such fields with commas between." nil nil) | 696 If third arg ALL is non-nil, concatenate all such fields with commas between." nil nil) |