aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2007-06-07 06:22:02 +0000
committerGlenn Morris2007-06-07 06:22:02 +0000
commit70bb6a654847c9e467cbbd70fdbfb95c5ba6b0a9 (patch)
tree96a2693152b482a1d0b299b1ead7e15f5163385b /lisp
parent14e282238293193c4a62babba068fe090d308ac0 (diff)
downloademacs-70bb6a654847c9e467cbbd70fdbfb95c5ba6b0a9.tar.gz
emacs-70bb6a654847c9e467cbbd70fdbfb95c5ba6b0a9.zip
Eric M. Ludlam <eric at siege-engine.com>
(checkdoc-ispell-lisp-words): Remove "iff".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 14b9ce55d9e..b4d925686ca 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -263,7 +263,7 @@ system. Possible values are:
263 (const t))) 263 (const t)))
264 264
265(defvar checkdoc-ispell-lisp-words 265(defvar checkdoc-ispell-lisp-words
266 '("alist" "emacs" "etags" "iff" "keymap" "paren" "regexp" "sexp" "xemacs") 266 '("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp" "xemacs")
267 "List of words that are correct when spell-checking Lisp documentation.") 267 "List of words that are correct when spell-checking Lisp documentation.")
268 268
269(defcustom checkdoc-max-keyref-before-warn 10 269(defcustom checkdoc-max-keyref-before-warn 10