comparison lisp/modes/auto-autoloads.el @ 171:929b76928fce r20-3b12

Import from CVS: tag r20-3b12
author cvs
date Mon, 13 Aug 2007 09:47:52 +0200
parents 85ec50267440
children 8eaf7971accc
comparison
equal deleted inserted replaced
170:98a42ee61975 171:929b76928fce
501 501
502 ;;;*** 502 ;;;***
503 503
504 ;;;### (autoloads (hide-ifdef-mode) "hideif" "modes/hideif.el") 504 ;;;### (autoloads (hide-ifdef-mode) "hideif" "modes/hideif.el")
505 505
506 (add-minor-mode 'hide-ifdef-mode " Ifdef") 506 (add-minor-mode 'hide-ifdef-mode " Ifdef" 'hide-ifdef-mode-map)
507 507
508 (autoload 'hide-ifdef-mode "hideif" "\ 508 (autoload 'hide-ifdef-mode "hideif" "\
509 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. 509 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
510 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. 510 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
511 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor 511 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
678 ;;;*** 678 ;;;***
679 679
680 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 680 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
681 681
682 (autoload 'ksh-mode "ksh-mode" "\ 682 (autoload 'ksh-mode "ksh-mode" "\
683 ksh-mode $Revision: 1.3 $ - Major mode for editing (Bourne, Korn or Bourne again) 683 ksh-mode $Revision: 1.4 $ - Major mode for editing (Bourne, Korn or Bourne again)
684 shell scripts. 684 shell scripts.
685 Special key bindings and commands: 685 Special key bindings and commands:
686 \\{ksh-mode-map} 686 \\{ksh-mode-map}
687 Variables controlling indentation style: 687 Variables controlling indentation style:
688 ksh-indent 688 ksh-indent
2035 2035
2036 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 2036 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
2037 2037
2038 (autoload 'vhdl-mode "vhdl-mode" "\ 2038 (autoload 'vhdl-mode "vhdl-mode" "\
2039 Major mode for editing VHDL code. 2039 Major mode for editing VHDL code.
2040 vhdl-mode $Revision: 1.3 $ 2040 vhdl-mode $Revision: 1.4 $
2041 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 2041 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
2042 vhdl-mode buffer. This automatically sets up a mail buffer with version 2042 vhdl-mode buffer. This automatically sets up a mail buffer with version
2043 information already added. You just need to add a description of the 2043 information already added. You just need to add a description of the
2044 problem, including a reproducible test case and send the message. 2044 problem, including a reproducible test case and send the message.
2045 2045