comparison lisp/prim/auto-autoloads.el @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children cf808b4c4290
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
1006 1006
1007 (autoload 'customize-variable "custom-edit" "\ 1007 (autoload 'customize-variable "custom-edit" "\
1008 Customize SYMBOL, which must be a variable." t nil) 1008 Customize SYMBOL, which must be a variable." t nil)
1009 1009
1010 (autoload 'customize-face "custom-edit" "\ 1010 (autoload 'customize-face "custom-edit" "\
1011 Customize FACE." t nil) 1011 Customize SYMBOL, which should be a face name or nil.
1012 If SYMBOL is nil, customize all faces." t nil)
1012 1013
1013 (autoload 'customize-customized "custom-edit" "\ 1014 (autoload 'customize-customized "custom-edit" "\
1014 Customize all already customized user options." t nil) 1015 Customize all already customized user options." t nil)
1015 1016
1016 (autoload 'customize-apropos "custom-edit" "\ 1017 (autoload 'customize-apropos "custom-edit" "\
3733 ;;;*** 3734 ;;;***
3734 3735
3735 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3736 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3736 3737
3737 (autoload 'ksh-mode "ksh-mode" "\ 3738 (autoload 'ksh-mode "ksh-mode" "\
3738 ksh-mode $Revision: 1.10 $ - Major mode for editing (Bourne, Korn or Bourne again) 3739 ksh-mode $Revision: 1.11 $ - Major mode for editing (Bourne, Korn or Bourne again)
3739 shell scripts. 3740 shell scripts.
3740 Special key bindings and commands: 3741 Special key bindings and commands:
3741 \\{ksh-mode-map} 3742 \\{ksh-mode-map}
3742 Variables controlling indentation style: 3743 Variables controlling indentation style:
3743 ksh-indent 3744 ksh-indent
5086 5087
5087 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5088 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5088 5089
5089 (autoload 'vhdl-mode "vhdl-mode" "\ 5090 (autoload 'vhdl-mode "vhdl-mode" "\
5090 Major mode for editing VHDL code. 5091 Major mode for editing VHDL code.
5091 vhdl-mode $Revision: 1.10 $ 5092 vhdl-mode $Revision: 1.11 $
5092 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 5093 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
5093 vhdl-mode buffer. This automatically sets up a mail buffer with version 5094 vhdl-mode buffer. This automatically sets up a mail buffer with version
5094 information already added. You just need to add a description of the 5095 information already added. You just need to add a description of the
5095 problem, including a reproducable test case and send the message. 5096 problem, including a reproducable test case and send the message.
5096 5097
5886 Visit corresponding source code. 5887 Visit corresponding source code.
5887 This operates on the output from the \\[compile] command." t nil) 5888 This operates on the output from the \\[compile] command." t nil)
5888 5889
5889 ;;;*** 5890 ;;;***
5890 5891
5892 ;;;### (autoloads (cu-edit-faces) "cu-edit-faces" "packages/cu-edit-faces.el")
5893
5894 (autoload 'cu-edit-faces "cu-edit-faces" nil t nil)
5895
5896 ;;;***
5897
5891 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el") 5898 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el")
5892 5899
5893 (define-key global-map [(meta /)] 'dabbrev-expand) 5900 (define-key global-map [(meta /)] 'dabbrev-expand)
5894 5901
5895 (define-key global-map [(meta control /)] 'dabbrev-completion) 5902 (define-key global-map [(meta control /)] 'dabbrev-completion)
6305 6312
6306 MATCH-HIGHLIGHT should be of the form: 6313 MATCH-HIGHLIGHT should be of the form:
6307 6314
6308 (MATCH FACENAME OVERRIDE LAXMATCH) 6315 (MATCH FACENAME OVERRIDE LAXMATCH)
6309 6316
6310 Where MATCHER can be either the regexp to search for, or the function name to 6317 Where MATCHER can be either the regexp to search for, a variable
6311 call to make the search (called with one argument, the limit of the search). 6318 containing the regexp to search for, or the function to call to make
6312 MATCH is the subexpression of MATCHER to be highlighted. FACENAME is either 6319 the search (called with one argument, the limit of the search). MATCH
6313 a symbol naming a face, or an expression whose value is the face name to use. 6320 is the subexpression of MATCHER to be highlighted. FACENAME is either
6314 If you want FACENAME to be a symbol that evaluates to a face, use a form 6321 a symbol naming a face, or an expression whose value is the face name
6315 like \"(progn sym)\". 6322 to use. If you want FACENAME to be a symbol that evaluates to a face,
6323 use a form like \"(progn sym)\".
6316 6324
6317 OVERRIDE and LAXMATCH are flags. If OVERRIDE is t, existing fontification may 6325 OVERRIDE and LAXMATCH are flags. If OVERRIDE is t, existing fontification may
6318 be overwritten. If `keep', only parts not already fontified are highlighted. 6326 be overwritten. If `keep', only parts not already fontified are highlighted.
6319 If `prepend' or `append', existing fontification is merged with the new, in 6327 If `prepend' or `append', existing fontification is merged with the new, in
6320 which the new or existing fontification, respectively, takes precedence. 6328 which the new or existing fontification, respectively, takes precedence.
9694 9702
9695 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil) 9703 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil)
9696 9704
9697 ;;;*** 9705 ;;;***
9698 9706
9699 ;;;### (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") 9707 ;;;### (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")
9708
9709 (autoload 'url-store-in-cache "url-cache" "\
9710 Store buffer BUFF in the cache" nil nil)
9711
9712 (autoload 'url-is-cached "url-cache" "\
9713 Return non-nil if the URL is cached." nil nil)
9714
9715 (autoload 'url-create-cached-filename "url-cache" "\
9716 Return a filename in the local cache for URL" nil nil)
9717
9718 (autoload 'url-extract-from-cache "url-cache" "\
9719 Extract FNAM from the local disk cache" nil nil)
9720
9721 (autoload 'url-cache-expired "url-cache" "\
9722 Return t iff a cached file has expired." nil nil)
9723
9724 ;;;***
9725
9726 ;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el")
9700 9727
9701 (autoload 'url-file-attributes "url" "\ 9728 (autoload 'url-file-attributes "url" "\
9702 Return a list of attributes of URL. 9729 Return a list of attributes of URL.
9703 Value is nil if specified file cannot be opened. 9730 Value is nil if specified file cannot be opened.
9704 Otherwise, list elements are: 9731 Otherwise, list elements are:
9732 directly on a symbol." nil nil) 9759 directly on a symbol." nil nil)
9733 9760
9734 (autoload 'url-popup-info "url" "\ 9761 (autoload 'url-popup-info "url" "\
9735 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil) 9762 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
9736 9763
9737 (autoload 'url-cache-expired "url" "\
9738 Return t iff a cached file has expired." nil nil)
9739
9740 (autoload 'url-retrieve "url" "\ 9764 (autoload 'url-retrieve "url" "\
9741 Retrieve a document over the World Wide Web. 9765 Retrieve a document over the World Wide Web.
9742 The document should be specified by its fully specified 9766 The document should be specified by its fully specified
9743 Uniform Resource Locator. No parsing is done, just return the 9767 Uniform Resource Locator. No parsing is done, just return the
9744 document as the server sent it. The document is left in the 9768 document as the server sent it. The document is left in the
9757 one of the items in your 'hotlist'. A hotlist is a list of often 9781 one of the items in your 'hotlist'. A hotlist is a list of often
9758 visited or interesting items you have found on the World Wide Web." t nil) 9782 visited or interesting items you have found on the World Wide Web." t nil)
9759 9783
9760 ;;;*** 9784 ;;;***
9761 9785
9762 ;;;### (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") 9786 ;;;### (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")
9763 9787
9764 (autoload 'w3-open-local "w3" "\ 9788 (autoload 'w3-open-local "w3" "\
9765 Find a local file, and interpret it as a hypertext document. 9789 Find a local file, and interpret it as a hypertext document.
9766 It will prompt for an existing file or directory, and retrieve it as a 9790 It will prompt for an existing file or directory, and retrieve it as a
9767 hypertext document." t nil) 9791 hypertext document." t nil)
9794 (autoload 'w3-follow-url-at-point-other-frame "w3" "\ 9818 (autoload 'w3-follow-url-at-point-other-frame "w3" "\
9795 Follow the URL under PT, defaults to link under (point)" t nil) 9819 Follow the URL under PT, defaults to link under (point)" t nil)
9796 9820
9797 (autoload 'w3-follow-url-at-point "w3" "\ 9821 (autoload 'w3-follow-url-at-point "w3" "\
9798 Follow the URL under PT, defaults to link under (point)" t nil) 9822 Follow the URL under PT, defaults to link under (point)" t nil)
9799
9800 (autoload 'w3-batch-fetch "w3" "\
9801 Fetch all the URLs on the command line and save them to files in
9802 the current directory. The first argument after the -f w3-batch-fetch
9803 on the command line should be a string specifying how to save the
9804 information retrieved. If it is \"html\", then the page will be
9805 unformatted when it is written to disk. If it is \"text\", then the
9806 page will be formatted before it is written to disk. If it is
9807 \"binary\" it will not mess with the file extensions, and just save
9808 the data in raw binary format. If none of those, the default is
9809 \"text\", and the first argument is treated as a normal URL." nil nil)
9810 9823
9811 (autoload 'w3-preview-this-buffer "w3" "\ 9824 (autoload 'w3-preview-this-buffer "w3" "\
9812 See what this buffer will look like when its formatted as HTML. 9825 See what this buffer will look like when its formatted as HTML.
9813 HTML is the HyperText Markup Language used by the World Wide Web to 9826 HTML is the HyperText Markup Language used by the World Wide Web to
9814 specify formatting for text. More information on HTML can be found at 9827 specify formatting for text. More information on HTML can be found at