comparison lisp/prim/auto-autoloads.el @ 144:318232e2a3f0 r20-2b6

Import from CVS: tag r20-2b6
author cvs
date Mon, 13 Aug 2007 09:34:14 +0200
parents 1856695b1fa9
children 2af401a6ecca
comparison
equal deleted inserted replaced
143:50e7fedfe353 144:318232e2a3f0
3629 ;;;*** 3629 ;;;***
3630 3630
3631 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3631 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3632 3632
3633 (autoload 'ksh-mode "ksh-mode" "\ 3633 (autoload 'ksh-mode "ksh-mode" "\
3634 ksh-mode $Revision: 1.25 $ - Major mode for editing (Bourne, Korn or Bourne again) 3634 ksh-mode $Revision: 1.26 $ - Major mode for editing (Bourne, Korn or Bourne again)
3635 shell scripts. 3635 shell scripts.
3636 Special key bindings and commands: 3636 Special key bindings and commands:
3637 \\{ksh-mode-map} 3637 \\{ksh-mode-map}
3638 Variables controlling indentation style: 3638 Variables controlling indentation style:
3639 ksh-indent 3639 ksh-indent
4990 4990
4991 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 4991 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
4992 4992
4993 (autoload 'vhdl-mode "vhdl-mode" "\ 4993 (autoload 'vhdl-mode "vhdl-mode" "\
4994 Major mode for editing VHDL code. 4994 Major mode for editing VHDL code.
4995 vhdl-mode $Revision: 1.25 $ 4995 vhdl-mode $Revision: 1.26 $
4996 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 4996 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
4997 vhdl-mode buffer. This automatically sets up a mail buffer with version 4997 vhdl-mode buffer. This automatically sets up a mail buffer with version
4998 information already added. You just need to add a description of the 4998 information already added. You just need to add a description of the
4999 problem, including a reproducible test case and send the message. 4999 problem, including a reproducible test case and send the message.
5000 5000
9600 variables interfere with the retrieval. HTTP/1.0 redirection will 9600 variables interfere with the retrieval. HTTP/1.0 redirection will
9601 be honored before this function exits." nil nil) 9601 be honored before this function exits." nil nil)
9602 9602
9603 ;;;*** 9603 ;;;***
9604 9604
9605 ;;;### (autoloads (w3-use-hotlist) "w3-hot" "w3/w3-hot.el") 9605 ;;;### (autoloads (w3-hotlist-add-document w3-use-hotlist w3-hotlist-append w3-hotlist-rename-entry w3-hotlist-delete) "w3-hot" "w3/w3-hot.el")
9606
9607 (autoload 'w3-hotlist-delete "w3-hot" "\
9608 Deletes a document from your hotlist file" t nil)
9609
9610 (autoload 'w3-hotlist-rename-entry "w3-hot" "\
9611 Rename a hotlist item" t nil)
9612
9613 (autoload 'w3-hotlist-append "w3-hot" "\
9614 Append a hotlist to the one in memory" t nil)
9606 9615
9607 (autoload 'w3-use-hotlist "w3-hot" "\ 9616 (autoload 'w3-use-hotlist "w3-hot" "\
9608 Possibly go to a link in your W3/Mosaic hotlist. 9617 Possibly go to a link in your W3/Mosaic hotlist.
9609 This is part of the emacs World Wide Web browser. It will prompt for 9618 This is part of the emacs World Wide Web browser. It will prompt for
9610 one of the items in your 'hotlist'. A hotlist is a list of often 9619 one of the items in your 'hotlist'. A hotlist is a list of often
9611 visited or interesting items you have found on the World Wide Web." t nil) 9620 visited or interesting items you have found on the World Wide Web." t nil)
9621
9622 (autoload 'w3-hotlist-add-document "w3-hot" "\
9623 Add this documents url to the hotlist" t nil)
9612 9624
9613 ;;;*** 9625 ;;;***
9614 9626
9615 ;;;### (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") 9627 ;;;### (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")
9616 9628