Searched +refs:flyspell +refs:buffer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-spelling.el1 ;;; erc-spelling.el --- use flyspell in ERC
28 ;; This is an ERC module to enable flyspell mode in ERC buffers. This
29 ;; ensures correct behavior of flyspell, and even sets up a
35 (require 'flyspell)
39 "Enable flyspell mode in ERC buffers."
41 ;; called AFTER the server buffer is initialized.
43 (dolist (buffer (erc-buffer-list))
44 (erc-spelling-init buffer)))
46 (dolist (buffer (er
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dflyspell.el0 ;;; flyspell.el --- on-the-fly spell checker
32 ;; To enable Flyspell minor mode, type M-x flyspell-mode.
33 ;; This applies only to the current buffer.
36 ;; M-x flyspell-prog-mode.
42 ;; Some user variables control the behavior of flyspell. They are
52 (defgroup flyspell nil function
55 :prefix "flyspell-"
62 (defcustom flyspell-highlight-flag t
65 :group 'flyspell
68 (defcustom flyspell
[all...]

Completed in 191 milliseconds