Function: ispell-accept-buffer-local-defs

ispell-accept-buffer-local-defs is a byte-compiled function defined in ispell.el.gz.

Signature

(ispell-accept-buffer-local-defs)

Documentation

Load all buffer-local information, restarting Ispell when necessary.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;;; **********************************************************************
;;;                     Buffer Local Functions
;;; **********************************************************************


(defun ispell-accept-buffer-local-defs ()
  "Load all buffer-local information, restarting Ispell when necessary."
  (ispell-buffer-local-dict)		; May kill ispell-process.
  (ispell-buffer-local-words)		; Will initialize ispell-process.
  (ispell-buffer-local-parsing))