Function: ispell-get-many-otherchars-p
ispell-get-many-otherchars-p is a byte-compiled function defined in
ispell.el.gz.
Signature
(ispell-get-many-otherchars-p)
Documentation
Return MANY-OTHERCHARS of a dictionary.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell-get-many-otherchars-p ()
"Return MANY-OTHERCHARS of a dictionary."
(nth 4 (or (assoc ispell-current-dictionary ispell-local-dictionary-alist)
(assoc ispell-current-dictionary ispell-dictionary-alist))))