Function: ispell-get-casechars
ispell-get-casechars is a byte-compiled function defined in
ispell.el.gz.
Signature
(ispell-get-casechars)
Documentation
Return CASECHARS of a dictionary.
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell-get-casechars ()
"Return CASECHARS of a dictionary."
(ispell-get-decoded-string 1))