Function: ispell-get-coding-system

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

Signature

(ispell-get-coding-system)

Documentation

Return encoding of a dictionary.

Source Code

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