Function: ispell-get-otherchars

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

Signature

(ispell-get-otherchars)

Documentation

Return OTHERCHARS of a dictionary.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell-get-otherchars ()
  "Return OTHERCHARS of a dictionary."
  (ispell-get-decoded-string 3))