comparison lisp/prim/auto-autoloads.el @ 26:441bb1e64a06 r19-15b96

Import from CVS: tag r19-15b96
author cvs
date Mon, 13 Aug 2007 08:51:32 +0200
parents 4103f0995bd7
children 1917ad0d78d7
comparison
equal deleted inserted replaced
25:383a494979f8 26:441bb1e64a06
906 906
907 (autoload 'customize-variable "custom-edit" "\ 907 (autoload 'customize-variable "custom-edit" "\
908 Customize SYMBOL, which must be a variable." t nil) 908 Customize SYMBOL, which must be a variable." t nil)
909 909
910 (autoload 'customize-face "custom-edit" "\ 910 (autoload 'customize-face "custom-edit" "\
911 Customize FACE." t nil) 911 Customize SYMBOL, which should be a face name or nil.
912 If SYMBOL is nil, customize all faces." t nil)
912 913
913 (autoload 'customize-customized "custom-edit" "\ 914 (autoload 'customize-customized "custom-edit" "\
914 Customize all already customized user options." t nil) 915 Customize all already customized user options." t nil)
915 916
916 (autoload 'customize-apropos "custom-edit" "\ 917 (autoload 'customize-apropos "custom-edit" "\
3635 ;;;*** 3636 ;;;***
3636 3637
3637 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3638 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3638 3639
3639 (autoload 'ksh-mode "ksh-mode" "\ 3640 (autoload 'ksh-mode "ksh-mode" "\
3640 ksh-mode $Revision: 1.8 $ - Major mode for editing (Bourne, Korn or Bourne again) 3641 ksh-mode $Revision: 1.9 $ - Major mode for editing (Bourne, Korn or Bourne again)
3641 shell scripts. 3642 shell scripts.
3642 Special key bindings and commands: 3643 Special key bindings and commands:
3643 \\{ksh-mode-map} 3644 \\{ksh-mode-map}
3644 Variables controlling indentation style: 3645 Variables controlling indentation style:
3645 ksh-indent 3646 ksh-indent
4907 4908
4908 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 4909 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
4909 4910
4910 (autoload 'vhdl-mode "vhdl-mode" "\ 4911 (autoload 'vhdl-mode "vhdl-mode" "\
4911 Major mode for editing VHDL code. 4912 Major mode for editing VHDL code.
4912 vhdl-mode $Revision: 1.8 $ 4913 vhdl-mode $Revision: 1.9 $
4913 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 4914 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
4914 vhdl-mode buffer. This automatically sets up a mail buffer with version 4915 vhdl-mode buffer. This automatically sets up a mail buffer with version
4915 information already added. You just need to add a description of the 4916 information already added. You just need to add a description of the
4916 problem, including a reproducable test case and send the message. 4917 problem, including a reproducable test case and send the message.
4917 4918
5707 Visit corresponding source code. 5708 Visit corresponding source code.
5708 This operates on the output from the \\[compile] command." t nil) 5709 This operates on the output from the \\[compile] command." t nil)
5709 5710
5710 ;;;*** 5711 ;;;***
5711 5712
5713 ;;;### (autoloads (cu-edit-faces) "cu-edit-faces" "packages/cu-edit-faces.el")
5714
5715 (autoload 'cu-edit-faces "cu-edit-faces" nil t nil)
5716
5717 ;;;***
5718
5712 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el") 5719 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el")
5713 5720
5714 (define-key global-map [(meta /)] 'dabbrev-expand) 5721 (define-key global-map [(meta /)] 'dabbrev-expand)
5715 5722
5716 (define-key global-map [(meta control /)] 'dabbrev-completion) 5723 (define-key global-map [(meta control /)] 'dabbrev-completion)
5748 5755
5749 The variable `dabbrev-backward-only' may be used to limit the 5756 The variable `dabbrev-backward-only' may be used to limit the
5750 direction of search to backward if set non-nil. 5757 direction of search to backward if set non-nil.
5751 5758
5752 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) 5759 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
5760
5761 ;;;***
5762
5763 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el")
5764
5765 (defvar diff-switches nil "\
5766 *A list of switches (strings) to pass to the diff program.")
5767
5768 (autoload 'diff "diff" "\
5769 Find and display the differences between OLD and NEW files.
5770 Interactively you are prompted with the current buffer's file name for NEW
5771 and what appears to be its backup for OLD." t nil)
5772
5773 (autoload 'diff-backup "diff" "\
5774 Diff this file with its backup file or vice versa.
5775 Uses the latest backup, if there are several numerical backups.
5776 If this file is a backup, diff it with its original.
5777 The backup file is the first file given to `diff'." t nil)
5753 5778
5754 ;;;*** 5779 ;;;***
5755 5780
5756 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el") 5781 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el")
5757 5782
6126 6151
6127 MATCH-HIGHLIGHT should be of the form: 6152 MATCH-HIGHLIGHT should be of the form:
6128 6153
6129 (MATCH FACENAME OVERRIDE LAXMATCH) 6154 (MATCH FACENAME OVERRIDE LAXMATCH)
6130 6155
6131 Where MATCHER can be either the regexp to search for, or the function name to 6156 Where MATCHER can be either the regexp to search for, a variable
6132 call to make the search (called with one argument, the limit of the search). 6157 containing the regexp to search for, or the function to call to make
6133 MATCH is the subexpression of MATCHER to be highlighted. FACENAME is either 6158 the search (called with one argument, the limit of the search). MATCH
6134 a symbol naming a face, or an expression whose value is the face name to use. 6159 is the subexpression of MATCHER to be highlighted. FACENAME is either
6135 If you want FACENAME to be a symbol that evaluates to a face, use a form 6160 a symbol naming a face, or an expression whose value is the face name
6136 like \"(progn sym)\". 6161 to use. If you want FACENAME to be a symbol that evaluates to a face,
6162 use a form like \"(progn sym)\".
6137 6163
6138 OVERRIDE and LAXMATCH are flags. If OVERRIDE is t, existing fontification may 6164 OVERRIDE and LAXMATCH are flags. If OVERRIDE is t, existing fontification may
6139 be overwritten. If `keep', only parts not already fontified are highlighted. 6165 be overwritten. If `keep', only parts not already fontified are highlighted.
6140 If `prepend' or `append', existing fontification is merged with the new, in 6166 If `prepend' or `append', existing fontification is merged with the new, in
6141 which the new or existing fontification, respectively, takes precedence. 6167 which the new or existing fontification, respectively, takes precedence.
7677 7703
7678 This function works by modifying `process-environment'." t nil) 7704 This function works by modifying `process-environment'." t nil)
7679 7705
7680 ;;;*** 7706 ;;;***
7681 7707
7682 ;;;### (autoloads nil "itimer" "prim/itimer.el") 7708 ;;;### (autoloads nil "itimer-autosave" "prim/itimer-autosave.el")
7683 7709
7684 ;;;*** 7710 ;;;***
7685 7711
7686 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el") 7712 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el")
7687 7713
9531 9557
9532 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil) 9558 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil)
9533 9559
9534 ;;;*** 9560 ;;;***
9535 9561
9536 ;;;### (autoloads (url-retrieve url-cache-expired url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el") 9562 ;;;### (autoloads (url-cache-expired url-extract-from-cache url-create-cached-filename url-is-cached url-store-in-cache) "url-cache" "w3/url-cache.el")
9563
9564 (autoload 'url-store-in-cache "url-cache" "\
9565 Store buffer BUFF in the cache" nil nil)
9566
9567 (autoload 'url-is-cached "url-cache" "\
9568 Return non-nil if the URL is cached." nil nil)
9569
9570 (autoload 'url-create-cached-filename "url-cache" "\
9571 Return a filename in the local cache for URL" nil nil)
9572
9573 (autoload 'url-extract-from-cache "url-cache" "\
9574 Extract FNAM from the local disk cache" nil nil)
9575
9576 (autoload 'url-cache-expired "url-cache" "\
9577 Return t iff a cached file has expired." nil nil)
9578
9579 ;;;***
9580
9581 ;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el")
9537 9582
9538 (autoload 'url-file-attributes "url" "\ 9583 (autoload 'url-file-attributes "url" "\
9539 Return a list of attributes of URL. 9584 Return a list of attributes of URL.
9540 Value is nil if specified file cannot be opened. 9585 Value is nil if specified file cannot be opened.
9541 Otherwise, list elements are: 9586 Otherwise, list elements are:
9569 directly on a symbol." nil nil) 9614 directly on a symbol." nil nil)
9570 9615
9571 (autoload 'url-popup-info "url" "\ 9616 (autoload 'url-popup-info "url" "\
9572 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil) 9617 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
9573 9618
9574 (autoload 'url-cache-expired "url" "\
9575 Return t iff a cached file has expired." nil nil)
9576
9577 (autoload 'url-retrieve "url" "\ 9619 (autoload 'url-retrieve "url" "\
9578 Retrieve a document over the World Wide Web. 9620 Retrieve a document over the World Wide Web.
9579 The document should be specified by its fully specified 9621 The document should be specified by its fully specified
9580 Uniform Resource Locator. No parsing is done, just return the 9622 Uniform Resource Locator. No parsing is done, just return the
9581 document as the server sent it. The document is left in the 9623 document as the server sent it. The document is left in the
9594 one of the items in your 'hotlist'. A hotlist is a list of often 9636 one of the items in your 'hotlist'. A hotlist is a list of often
9595 visited or interesting items you have found on the World Wide Web." t nil) 9637 visited or interesting items you have found on the World Wide Web." t nil)
9596 9638
9597 ;;;*** 9639 ;;;***
9598 9640
9599 ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-preview-this-buffer w3-batch-fetch w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el") 9641 ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-preview-this-buffer w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el")
9600 9642
9601 (autoload 'w3-open-local "w3" "\ 9643 (autoload 'w3-open-local "w3" "\
9602 Find a local file, and interpret it as a hypertext document. 9644 Find a local file, and interpret it as a hypertext document.
9603 It will prompt for an existing file or directory, and retrieve it as a 9645 It will prompt for an existing file or directory, and retrieve it as a
9604 hypertext document." t nil) 9646 hypertext document." t nil)
9631 (autoload 'w3-follow-url-at-point-other-frame "w3" "\ 9673 (autoload 'w3-follow-url-at-point-other-frame "w3" "\
9632 Follow the URL under PT, defaults to link under (point)" t nil) 9674 Follow the URL under PT, defaults to link under (point)" t nil)
9633 9675
9634 (autoload 'w3-follow-url-at-point "w3" "\ 9676 (autoload 'w3-follow-url-at-point "w3" "\
9635 Follow the URL under PT, defaults to link under (point)" t nil) 9677 Follow the URL under PT, defaults to link under (point)" t nil)
9636
9637 (autoload 'w3-batch-fetch "w3" "\
9638 Fetch all the URLs on the command line and save them to files in
9639 the current directory. The first argument after the -f w3-batch-fetch
9640 on the command line should be a string specifying how to save the
9641 information retrieved. If it is \"html\", then the page will be
9642 unformatted when it is written to disk. If it is \"text\", then the
9643 page will be formatted before it is written to disk. If it is
9644 \"binary\" it will not mess with the file extensions, and just save
9645 the data in raw binary format. If none of those, the default is
9646 \"text\", and the first argument is treated as a normal URL." nil nil)
9647 9678
9648 (autoload 'w3-preview-this-buffer "w3" "\ 9679 (autoload 'w3-preview-this-buffer "w3" "\
9649 See what this buffer will look like when its formatted as HTML. 9680 See what this buffer will look like when its formatted as HTML.
9650 HTML is the HyperText Markup Language used by the World Wide Web to 9681 HTML is the HyperText Markup Language used by the World Wide Web to
9651 specify formatting for text. More information on HTML can be found at 9682 specify formatting for text. More information on HTML can be found at