Mercurial > emacs
changeset 81205:a12d16df7aca
Eric M. Ludlam <eric at siege-engine.com>
(checkdoc-ispell-lisp-words): Remove "iff".
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 07 Jun 2007 06:19:20 +0000 |
parents | 76d5013945d9 |
children | 48df6ee2ce42 |
files | lisp/emacs-lisp/checkdoc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el Thu Jun 07 06:18:46 2007 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Thu Jun 07 06:19:20 2007 +0000 @@ -263,7 +263,7 @@ (const t))) (defvar checkdoc-ispell-lisp-words - '("alist" "emacs" "etags" "iff" "keymap" "paren" "regexp" "sexp" "xemacs") + '("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp" "xemacs") "List of words that are correct when spell-checking Lisp documentation.") (defcustom checkdoc-max-keyref-before-warn 10