]> git.eshelyaron.com Git - emacs.git/commitdiff
Eric M. Ludlam <eric at siege-engine.com>
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 06:22:02 +0000 (06:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 06:22:02 +0000 (06:22 +0000)
(checkdoc-ispell-lisp-words): Remove "iff".

etc/ChangeLog
lisp/emacs-lisp/checkdoc.el

index 565c7c1b989915646728f957141469b1ebeb6041..929f681c450c2dfd2b6b60dd0f150398840302c7 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-07  Michael Olson  <mwolson@gnu.org>
+
+       * MORE.STUFF: Update eshell URL.
+
 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
 
        * orgcard.tex: Version 4.77.
index 14b9ce55d9e04cc688bf45bd1d9208690c7b0d50..b4d925686ca360162ec3bc83498d2ab6e0142fe5 100644 (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