aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-06-07 06:22:02 +0000
committerGlenn Morris2007-06-07 06:22:02 +0000
commit70bb6a654847c9e467cbbd70fdbfb95c5ba6b0a9 (patch)
tree96a2693152b482a1d0b299b1ead7e15f5163385b
parent14e282238293193c4a62babba068fe090d308ac0 (diff)
downloademacs-70bb6a654847c9e467cbbd70fdbfb95c5ba6b0a9.tar.gz
emacs-70bb6a654847c9e467cbbd70fdbfb95c5ba6b0a9.zip
Eric M. Ludlam <eric at siege-engine.com>
(checkdoc-ispell-lisp-words): Remove "iff".
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 565c7c1b989..929f681c450 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-06-07 Michael Olson <mwolson@gnu.org>
2
3 * MORE.STUFF: Update eshell URL.
4
12007-06-06 Carsten Dominik <dominik@science.uva.nl> 52007-06-06 Carsten Dominik <dominik@science.uva.nl>
2 6
3 * orgcard.tex: Version 4.77. 7 * orgcard.tex: Version 4.77.
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