Variable: ispell-extra-args

ispell-extra-args is a customizable variable defined in ispell.el.gz.

Value

nil

Documentation

If non-nil, a list of extra switches to pass to the Ispell program.

For example, ("-W" "3") to cause it to accept all 1-3 character words as correct. See also ispell-dictionary-alist, which may be used for language-specific arguments.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-extra-args nil
  "If non-nil, a list of extra switches to pass to the Ispell program.
For example, (\"-W\" \"3\") to cause it to accept all 1-3 character
words as correct.  See also `ispell-dictionary-alist', which may be used
for language-specific arguments."
  :type '(repeat string))