Function: ispell-get-ispell-args

ispell-get-ispell-args is a byte-compiled function defined in ispell.el.gz.

Signature

(ispell-get-ispell-args)

Documentation

Return ARGS of a dictionary.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell-get-ispell-args ()
  "Return ARGS of a dictionary."
  (nth 5 (or (assoc ispell-current-dictionary ispell-local-dictionary-alist)
	     (assoc ispell-current-dictionary ispell-dictionary-alist))))