1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00

Eric M. Ludlam <eric at siege-engine.com>

(checkdoc-ispell-lisp-words): Remove "iff".
This commit is contained in:
Glenn Morris 2007-06-07 06:22:02 +00:00
parent 14e2822382
commit 70bb6a6548
2 changed files with 5 additions and 1 deletions

View file

@ -263,7 +263,7 @@ system. Possible values are:
(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