comparison lisp/prim/auto-autoloads.el @ 104:cf808b4c4290 r20-1b4

Import from CVS: tag r20-1b4
author cvs
date Mon, 13 Aug 2007 09:16:51 +0200
parents a145efe76779
children 8ff55ebd4be9
comparison
equal deleted inserted replaced
103:30eda07fe280 104:cf808b4c4290
1959 1959
1960 When you're sure a square does NOT contain a mine, you can hit it: 1960 When you're sure a square does NOT contain a mine, you can hit it:
1961 move the mouse over the square and press `\\[mine-mouse-hit]' or 1961 move the mouse over the square and press `\\[mine-mouse-hit]' or
1962 move the cursor with the usual keys and press `\\[mine-hit-curpoint]'. 1962 move the cursor with the usual keys and press `\\[mine-hit-curpoint]'.
1963 1963
1964 If the square is a mine, you loose. 1964 If the square is a mine, you lose.
1965 If the square isn't a mine, a number appears which represents 1965 If the square isn't a mine, a number appears which represents
1966 the number of mines in the surrounding eight squares. 1966 the number of mines in the surrounding eight squares.
1967 1967
1968 When you think a square DOES contain a mine, you can mark it: 1968 When you think a square DOES contain a mine, you can mark it:
1969 move the mouse over the square and press `\\[mine-mouse-mark]' or 1969 move the mouse over the square and press `\\[mine-mouse-mark]' or
3734 ;;;*** 3734 ;;;***
3735 3735
3736 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3736 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3737 3737
3738 (autoload 'ksh-mode "ksh-mode" "\ 3738 (autoload 'ksh-mode "ksh-mode" "\
3739 ksh-mode $Revision: 1.11 $ - Major mode for editing (Bourne, Korn or Bourne again) 3739 ksh-mode $Revision: 1.12 $ - Major mode for editing (Bourne, Korn or Bourne again)
3740 shell scripts. 3740 shell scripts.
3741 Special key bindings and commands: 3741 Special key bindings and commands:
3742 \\{ksh-mode-map} 3742 \\{ksh-mode-map}
3743 Variables controlling indentation style: 3743 Variables controlling indentation style:
3744 ksh-indent 3744 ksh-indent
5087 5087
5088 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5088 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5089 5089
5090 (autoload 'vhdl-mode "vhdl-mode" "\ 5090 (autoload 'vhdl-mode "vhdl-mode" "\
5091 Major mode for editing VHDL code. 5091 Major mode for editing VHDL code.
5092 vhdl-mode $Revision: 1.11 $ 5092 vhdl-mode $Revision: 1.12 $
5093 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
5094 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
5095 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
5096 problem, including a reproducable test case and send the message. 5096 problem, including a reproducable test case and send the message.
5097 5097
5934 5934
5935 The variable `dabbrev-backward-only' may be used to limit the 5935 The variable `dabbrev-backward-only' may be used to limit the
5936 direction of search to backward if set non-nil. 5936 direction of search to backward if set non-nil.
5937 5937
5938 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) 5938 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
5939
5940 ;;;***
5941
5942 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el")
5943
5944 (defvar diff-switches nil "\
5945 *A list of switches (strings) to pass to the diff program.")
5946
5947 (autoload 'diff "diff" "\
5948 Find and display the differences between OLD and NEW files.
5949 Interactively you are prompted with the current buffer's file name for NEW
5950 and what appears to be its backup for OLD." t nil)
5951
5952 (autoload 'diff-backup "diff" "\
5953 Diff this file with its backup file or vice versa.
5954 Uses the latest backup, if there are several numerical backups.
5955 If this file is a backup, diff it with its original.
5956 The backup file is the first file given to `diff'." t nil)
5939 5957
5940 ;;;*** 5958 ;;;***
5941 5959
5942 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el") 5960 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el")
5943 5961