comparison lisp/prim/auto-autoloads.el @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children 9b50b4588a93
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
997 Normally input is edited in Emacs and sent a line at a time. 997 Normally input is edited in Emacs and sent a line at a time.
998 See also `\\[telnet]'." t nil) 998 See also `\\[telnet]'." t nil)
999 999
1000 ;;;*** 1000 ;;;***
1001 1001
1002 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-save-all custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el") 1002 ;;;### (autoloads (custom-make-dependencies custom-menu-create custom-save-all custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el")
1003 1003
1004 (autoload 'customize "cus-edit" "\ 1004 (autoload 'customize "cus-edit" "\
1005 Customize SYMBOL, which must be a customization group." t nil) 1005 Customize SYMBOL, which must be a customization group." t nil)
1006 1006
1007 (autoload 'customize-variable "cus-edit" "\ 1007 (autoload 'customize-variable "cus-edit" "\
1026 that option." nil nil) 1026 that option." nil nil)
1027 1027
1028 (autoload 'custom-save-all "cus-edit" "\ 1028 (autoload 'custom-save-all "cus-edit" "\
1029 Save all customizations in `custom-file'." nil nil) 1029 Save all customizations in `custom-file'." nil nil)
1030 1030
1031 (autoload 'custom-menu-update "cus-edit" "\ 1031 (autoload 'custom-menu-create "cus-edit" "\
1032 Update customize menu." t nil) 1032 Create menu for customization group SYMBOL.
1033 If optional NAME is given, use that as the name of the menu.
1034 Otherwise make up a name from SYMBOL.
1035 The menu is in a format applicable to `easy-menu-define'." nil nil)
1033 1036
1034 (autoload 'custom-make-dependencies "cus-edit" "\ 1037 (autoload 'custom-make-dependencies "cus-edit" "\
1035 Batch function to extract custom dependencies from .el files. 1038 Batch function to extract custom dependencies from .el files.
1036 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) 1039 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil)
1037 1040
2025 arg non-nil from a program) is the number of seconds to sleep between 2028 arg non-nil from a program) is the number of seconds to sleep between
2026 generations (this defaults to 1)." t nil) 2029 generations (this defaults to 1)." t nil)
2027 2030
2028 ;;;*** 2031 ;;;***
2029 2032
2030 ;;;### (autoloads (mine-help mine-version mine) "mine" "games/mine.el")
2031
2032 (autoload 'mine "mine" "\
2033 Play Mine. Optional prefix argument is the number of mines.
2034
2035 To play Mine, type `\\[mine]' or `\\[universal-argument] NUM \\[mine]'.
2036
2037 An optional prefix argument specifies the number of mines to be hidden
2038 in the field. If no prefix argument is given, a percentage
2039 `mine-mines-%' of the field will contain mines.
2040
2041 What is Mine?\\<mine-mode-map>
2042
2043 Mine is a classical game of hide and seek played on a rectangular grid
2044 containing `mine-xmax' by `mine-ymax' squares (the mine field).
2045
2046 Your opponent (Emacs, in this case) has hidden several mines within
2047 this field. The object of the game is to find every hidden mine.
2048
2049 When you're sure a square does NOT contain a mine, you can hit it:
2050 move the mouse over the square and press `\\[mine-mouse-hit]' or
2051 move the cursor with the usual keys and press `\\[mine-hit-curpoint]'.
2052
2053 If the square is a mine, you lose.
2054 If the square isn't a mine, a number appears which represents
2055 the number of mines in the surrounding eight squares.
2056
2057 When you think a square DOES contain a mine, you can mark it:
2058 move the mouse over the square and press `\\[mine-mouse-mark]' or
2059 move the cursor with the usual keys and press `\\[mine-mark-curpoint]'.
2060
2061 The number of hidden mines remaining in the mine field is indicated
2062 inside the buffer. Every time you mark a square as a mine, this
2063 number decreases by one, even if you incorrectly mark a square.
2064
2065 If `mine-torus' is non-nil (the default), the Mine game is played over
2066 a periodic field (like a torus). Each mine is hidden periodically
2067 over the mine board `mine-nb-tiles-x' times in the x direction and
2068 `mine-nb-tiles-y' times in the y direction.
2069
2070 If `mine-colorp' is non-nil (the default, if the system allows it),
2071 the game is displayed with colors. The colors can be chosen with the
2072 variable `mine-colors'.
2073
2074 If the redisplay is not fast enough, increase `mine-level'. If you
2075 want to see a smoother (slower) redisplay, decrease `mine-level',
2076 `mine-count1-max' and `mine-count2-max'.
2077
2078 You can get help on `mine-mode' and its key bindings by pressing `\\[mine-help]'
2079 while in the *Mine* buffer.
2080 " t nil)
2081
2082 (autoload 'mine-version "mine" "\
2083 Return string describing the current version of Mine.
2084 When called interactively, displays the version." t nil)
2085
2086 (autoload 'mine-help "mine" "\
2087 *Get help on `mine-mode'." t nil)
2088
2089 ;;;***
2090
2091 ;;;### (autoloads (mpuz) "mpuz" "games/mpuz.el") 2033 ;;;### (autoloads (mpuz) "mpuz" "games/mpuz.el")
2092 2034
2093 (autoload 'mpuz "mpuz" "\ 2035 (autoload 'mpuz "mpuz" "\
2094 Multiplication puzzle with GNU Emacs." t nil) 2036 Multiplication puzzle with GNU Emacs." t nil)
2095 2037
2100 (autoload 'spook "spook" "\ 2042 (autoload 'spook "spook" "\
2101 Adds that special touch of class to your outgoing mail." t nil) 2043 Adds that special touch of class to your outgoing mail." t nil)
2102 2044
2103 (autoload 'snarf-spooks "spook" "\ 2045 (autoload 'snarf-spooks "spook" "\
2104 Return a vector containing the lines from `spook-phrases-file'." nil nil) 2046 Return a vector containing the lines from `spook-phrases-file'." nil nil)
2047
2048 ;;;***
2049
2050 ;;;### (autoloads (xmine-mode) "xmine" "games/xmine.el")
2051
2052 (autoload 'xmine-mode "xmine" "\
2053 A mode for playing the well known mine searching game.
2054
2055 `\\<annotation-local-map-default>\\[xmine-activate-function-button1]' or `\\<xmine-keymap>\\[xmine-key-action1]' unhides a tile,
2056 `\\<annotation-local-map-default>\\[xmine-activate-function-button2]' or `\\<xmine-keymap>\\[xmine-key-action2]' unhides all neighbours of a tile,
2057 `\\<annotation-local-map-default>\\[xmine-activate-function-button3]' or `\\<xmine-keymap>\\[xmine-key-action3]' (un)flagges a tile to hold a mine.
2058
2059 `\\[xmine-key-new]' starts a new game.
2060 `\\[xmine-key-quit]' ends a game.
2061
2062 All keybindings (with alternatives) currently in effect:
2063 \\{xmine-keymap}
2064
2065 The rules are quite easy: You start by unhiding (random) tiles. An unhidden
2066 tile showing a number tells you something about the number of mines in it's
2067 neighborhood, where the neighborhood are all 8 tiles (or less if it's
2068 at a border) around the tile.
2069
2070 E.g. a \"1\" shows you that there is only one mine in the neighborhood of
2071 this tile. Empty tiles have no mines around them, and empty tiles in
2072 the neighborhood of another empty tile are all automatically unhidden
2073 if you unhide one of them. You need to find a strategy to use the
2074 information you have from the numbers to \"flag\" the tiles with mines
2075 under them and unhide all other tiles. If you correctly made this
2076 without accidently unhiding a mine, you've won.
2077
2078 If you are sure you have correctly flagged all mines around a unhidden tile,
2079 you can use Button-2 or \\[xmine-key-action2] on it to unhide all it's
2080 neighbors. But beware: If you made a mistake by flagging the wrong mines,
2081 you'll blow up!
2082
2083 Have Fun." t nil)
2084
2085 (fset 'xmine 'xmine-mode)
2105 2086
2106 ;;;*** 2087 ;;;***
2107 2088
2108 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism yow) "yow" "games/yow.el") 2089 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism yow) "yow" "games/yow.el")
2109 2090
3922 ;;;*** 3903 ;;;***
3923 3904
3924 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3905 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3925 3906
3926 (autoload 'ksh-mode "ksh-mode" "\ 3907 (autoload 'ksh-mode "ksh-mode" "\
3927 ksh-mode $Revision: 1.19 $ - Major mode for editing (Bourne, Korn or Bourne again) 3908 ksh-mode $Revision: 1.20 $ - Major mode for editing (Bourne, Korn or Bourne again)
3928 shell scripts. 3909 shell scripts.
3929 Special key bindings and commands: 3910 Special key bindings and commands:
3930 \\{ksh-mode-map} 3911 \\{ksh-mode-map}
3931 Variables controlling indentation style: 3912 Variables controlling indentation style:
3932 ksh-indent 3913 ksh-indent
4044 4025
4045 ;;;*** 4026 ;;;***
4046 4027
4047 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el") 4028 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el")
4048 4029
4049 (defvar mail-abbrev-mailrc-file nil "\ 4030 (defcustom mail-abbrev-mailrc-file nil "Name of file with mail aliases. If nil, ~/.mailrc is used." :type '(choice (const :tag "Default" nil) file) :group 'mail-abbrevs)
4050 Name of file with mail aliases. If nil, ~/.mailrc is used.")
4051 4031
4052 (defvar mail-aliases nil "\ 4032 (defvar mail-aliases nil "\
4053 Word-abbrev table of mail address aliases. 4033 Word-abbrev table of mail address aliases.
4054 If this is nil, it means the aliases have not yet been initialized and 4034 If this is nil, it means the aliases have not yet been initialized and
4055 should be read from the .mailrc file. (This is distinct from there being 4035 should be read from the .mailrc file. (This is distinct from there being
5278 5258
5279 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5259 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5280 5260
5281 (autoload 'vhdl-mode "vhdl-mode" "\ 5261 (autoload 'vhdl-mode "vhdl-mode" "\
5282 Major mode for editing VHDL code. 5262 Major mode for editing VHDL code.
5283 vhdl-mode $Revision: 1.19 $ 5263 vhdl-mode $Revision: 1.20 $
5284 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 5264 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
5285 vhdl-mode buffer. This automatically sets up a mail buffer with version 5265 vhdl-mode buffer. This automatically sets up a mail buffer with version
5286 information already added. You just need to add a description of the 5266 information already added. You just need to add a description of the
5287 problem, including a reproducible test case and send the message. 5267 problem, including a reproducible test case and send the message.
5288 5268
5437 (fset 'oobr 'oo-browser) 5417 (fset 'oobr 'oo-browser)
5438 5418
5439 (autoload 'oo-browser "br-start" "\ 5419 (autoload 'oo-browser "br-start" "\
5440 Prompt for an Environment and language over which to run the OO-Browser. 5420 Prompt for an Environment and language over which to run the OO-Browser.
5441 Optional prefix argument SAME-ENV-FLAG means browse the current Environment, 5421 Optional prefix argument SAME-ENV-FLAG means browse the current Environment,
5442 if any, without prompting." t nil) 5422 if any, without prompting. Otherwise, if called interactively, give the user
5423 a choice whether to re-browse the last Environment or to browse a new one." t nil)
5443 5424
5444 ;;;*** 5425 ;;;***
5445 5426
5446 ;;;### (autoloads (br-to-from-viewer br-add-class-file) "br" "oobr/br.el") 5427 ;;;### (autoloads (br-to-from-viewer br-add-class-file) "br" "oobr/br.el")
5447 5428
5547 5528
5548 ;;;*** 5529 ;;;***
5549 5530
5550 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window add-change-log-entry find-change-log prompt-for-change-log-name) "add-log" "packages/add-log.el") 5531 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window add-change-log-entry find-change-log prompt-for-change-log-name) "add-log" "packages/add-log.el")
5551 5532
5552 (defvar change-log-default-name nil "\ 5533 (defcustom change-log-default-name nil "*Name of a change log file for \\[add-change-log-entry]." :type '(choice (const :tag "default" nil) string) :group 'change-log)
5553 *Name of a change log file for \\[add-change-log-entry].") 5534
5554 5535 (defcustom add-log-current-defun-function nil "*If non-nil, function to guess name of current function from surrounding text.\n\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'\ninstead) with no arguments. It returns a string or nil if it cannot guess." :type 'boolean :group 'change-log)
5555 (defvar add-log-current-defun-function nil "\ 5536
5556 *If non-nil, function to guess name of current function from surrounding text. 5537 (defcustom add-log-full-name nil "*Full name of user, for inclusion in ChangeLog daily headers.\nThis defaults to the value returned by the `user-full-name' function." :type '(choice (const :tag "Default" nil) string) :group 'change-log)
5557 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' 5538
5558 instead) with no arguments. It returns a string or nil if it cannot guess.") 5539 (defcustom add-log-mailing-address nil "*Electronic mail address of user, for inclusion in ChangeLog daily headers.\nThis defaults to the value of `user-mail-address'." :type '(choice (const :tag "Default" nil) string) :group 'change-log)
5559
5560 (defvar add-log-full-name nil "\
5561 *Full name of user, for inclusion in ChangeLog daily headers.
5562 This defaults to the value returned by the `user-full-name' function.")
5563
5564 (defvar add-log-mailing-address nil "\
5565 *Electronic mail address of user, for inclusion in ChangeLog daily headers.
5566 This defaults to the value of `user-mail-address'.")
5567 5540
5568 (autoload 'prompt-for-change-log-name "add-log" "\ 5541 (autoload 'prompt-for-change-log-name "add-log" "\
5569 Prompt for a change log name." nil nil) 5542 Prompt for a change log name." nil nil)
5570 5543
5571 (autoload 'find-change-log "add-log" "\ 5544 (autoload 'find-change-log "add-log" "\
5994 5967
5995 ;;;*** 5968 ;;;***
5996 5969
5997 ;;;### (autoloads (first-error previous-error next-error compilation-minor-mode grep compile) "compile" "packages/compile.el") 5970 ;;;### (autoloads (first-error previous-error next-error compilation-minor-mode grep compile) "compile" "packages/compile.el")
5998 5971
5999 (defvar compilation-mode-hook nil "\ 5972 (defcustom compilation-mode-hook nil "*List of hook functions run by `compilation-mode' (see `run-hooks')." :type 'hook :group 'compilation)
6000 *List of hook functions run by `compilation-mode' (see `run-hooks').") 5973
6001 5974 (defcustom compilation-window-height nil "*Number of lines in a compilation window. If nil, use Emacs default." :type '(choice (const nil) integer) :group 'compilation)
6002 (defvar compilation-window-height nil "\ 5975
6003 *Number of lines in a compilation window. If nil, use Emacs default.") 5976 (defcustom compilation-buffer-name-function nil "Function to compute the name of a compilation buffer.\nThe function receives one argument, the name of the major mode of the\ncompilation buffer. It should return a string.\nnil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'." :type 'function :group 'compilation)
6004 5977
6005 (defvar compilation-buffer-name-function nil "\ 5978 (defcustom compilation-finish-function nil "*Function to call when a compilation process finishes.\nIt is called with two arguments: the compilation buffer, and a string\ndescribing how the process finished." :type 'function :group 'compilation)
6006 Function to compute the name of a compilation buffer. 5979
6007 The function receives one argument, the name of the major mode of the 5980 (defcustom compilation-search-path '(nil) "*List of directories to search for source files named in error messages.\nElements should be directory names, not file names of directories.\nnil as an element means to try the default directory." :type '(repeat (choice (const :tag "Default" nil) directory)) :group 'compilation)
6008 compilation buffer. It should return a string.
6009 nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
6010
6011 (defvar compilation-finish-function nil "\
6012 *Function to call when a compilation process finishes.
6013 It is called with two arguments: the compilation buffer, and a string
6014 describing how the process finished.")
6015
6016 (defvar compilation-search-path '(nil) "\
6017 *List of directories to search for source files named in error messages.
6018 Elements should be directory names, not file names of directories.
6019 nil as an element means to try the default directory.")
6020 5981
6021 (autoload 'compile "compile" "\ 5982 (autoload 'compile "compile" "\
6022 Compile the program including the current buffer. Default: run `make'. 5983 Compile the program including the current buffer. Default: run `make'.
6023 Runs COMMAND, a shell command, in a separate process asynchronously 5984 Runs COMMAND, a shell command, in a separate process asynchronously
6024 with output going to the buffer `*compilation*'. 5985 with output going to the buffer `*compilation*'.
6135 6096
6136 ;;;*** 6097 ;;;***
6137 6098
6138 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el") 6099 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el")
6139 6100
6140 (defvar diff-switches "-c" "\ 6101 (defcustom diff-switches "-c" "*A list of switches (strings) to pass to the diff program." :type '(choice string (repeat string)) :group 'diff)
6141 *A list of switches (strings) to pass to the diff program.")
6142 6102
6143 (autoload 'diff "diff" "\ 6103 (autoload 'diff "diff" "\
6144 Find and display the differences between OLD and NEW files. 6104 Find and display the differences between OLD and NEW files.
6145 Interactively you are prompted with the current buffer's file name for NEW 6105 Interactively you are prompted with the current buffer's file name for NEW
6146 and what appears to be its backup for OLD." t nil) 6106 and what appears to be its backup for OLD." t nil)
7018 6978
7019 ;;;*** 6979 ;;;***
7020 6980
7021 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag ispell-complete-word ispell-continue ispell-buffer ispell-region ispell-change-dictionary ispell-kill-ispell ispell-help ispell-word) "ispell" "packages/ispell.el") 6981 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag ispell-complete-word ispell-continue ispell-buffer ispell-region ispell-change-dictionary ispell-kill-ispell ispell-help ispell-word) "ispell" "packages/ispell.el")
7022 6982
7023 (defvar ispell-personal-dictionary nil "\ 6983 (defcustom ispell-personal-dictionary nil "*File name of your personal spelling dictionary, or nil.\nIf nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,\nwhere DICTNAME is the name of your default dictionary." :type 'file :group 'ispell)
7024 *File name of your personal spelling dictionary, or nil.
7025 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
7026 where DICTNAME is the name of your default dictionary.")
7027 6984
7028 (defvar ispell-dictionary-alist-1 '((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex") ("deutsch8" "[a-zA-ZÄÖÜäößü]" "[^a-zA-ZÄÖÜäößü]" "[']" t ("-C" "-d" "deutsch") "~latin1") ("nederlands" "[A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[^A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[']" t ("-C") nil) ("nederlands8" "[A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[^A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[']" t ("-C") nil))) 6985 (defvar ispell-dictionary-alist-1 '((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex") ("deutsch8" "[a-zA-ZÄÖÜäößü]" "[^a-zA-ZÄÖÜäößü]" "[']" t ("-C" "-d" "deutsch") "~latin1") ("nederlands" "[A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[^A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[']" t ("-C") nil) ("nederlands8" "[A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[^A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[']" t ("-C") nil)))
7029 6986
7030 (defvar ispell-dictionary-alist-2 '(("svenska" "[A-Za-z}{|\\133\\135\\\\]" "[^A-Za-z}{|\\133\\135\\\\]" "[']" nil ("-C") nil) ("svenska8" "[A-Za-zåäöÅÄö]" "[^A-Za-zåäöÅÄö]" "[']" nil ("-C" "-d" "svenska") "~list") ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil) ("francais" "[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]" "[^A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]" "[---']" t nil "~list") ("francais-tex" "[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü\\]" "[^A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü\\]" "[---'^`\"]" t nil "~tex") ("dansk" "[A-ZÆØÅa-zæøå]" "[^A-ZÆØÅa-zæøå]" "" nil ("-C") nil))) 6987 (defvar ispell-dictionary-alist-2 '(("svenska" "[A-Za-z}{|\\133\\135\\\\]" "[^A-Za-z}{|\\133\\135\\\\]" "[']" nil ("-C") nil) ("svenska8" "[A-Za-zåäöÅÄö]" "[^A-Za-zåäöÅÄö]" "[']" nil ("-C" "-d" "svenska") "~list") ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil) ("francais" "[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]" "[^A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]" "[---']" t nil "~list") ("francais-tex" "[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü\\]" "[^A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü\\]" "[---'^`\"]" t nil "~tex") ("italiano" "[A-Za-zÀÈÉÌÍÎÒÙÚàèéìíîòùú]" "[^A-Za-zÀÈÉÌÍÎÒÙÚàèéìíîòùú]" "[']" t ("-d" "italiano") "~list") ("dansk" "[A-ZÆØÅa-zæøå]" "[^A-ZÆØÅa-zæøå]" "" nil ("-C") nil)))
7031 6988
7032 (defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2) "\ 6989 (defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2) "\
7033 An alist of dictionaries and their associated parameters. 6990 An alist of dictionaries and their associated parameters.
7034 6991
7035 Each element of this list is also a list: 6992 Each element of this list is also a list: