Function: ispell-get-not-casechars

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

Signature

(ispell-get-not-casechars)

Documentation

Return NOT-CASECHARS of a dictionary.

Aliases

flyspell-get-not-casechars

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell-get-not-casechars ()
  "Return NOT-CASECHARS of a dictionary."
  (ispell-get-decoded-string 2))