emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using iff in doc strings


From: Eric M. Ludlam
Subject: Using iff in doc strings
Date: Mon, 4 Jun 2007 22:41:00 -0400

Hi,

  I was looking in the Emacs TODO list today, and saw that it is a
goal to remove "iff" from doc strings.

  The checkdoc program (in lisp/emacs-lisp/checkdoc.el) on line 266
puts "iff" in as a valid word for the spell checker.  Removing it
would be a good start.

Eric

-----------

*** checkdoc.el 20 Jan 2007 21:44:24 -0500      1.56
--- checkdoc.el 04 Jun 2007 22:35:06 -0400      
***************
*** 263,269 ****
                 (const t)))
  
  (defvar checkdoc-ispell-lisp-words
!   '("alist" "emacs" "etags" "iff" "keymap" "paren" "regexp" "sexp" "xemacs")
    "List of words that are correct when spell-checking Lisp documentation.")
  
  (defcustom checkdoc-max-keyref-before-warn 10
--- 263,269 ----
                 (const t)))
  
  (defvar checkdoc-ispell-lisp-words
!   '("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

-- 
          Eric Ludlam:                 address@hidden, address@hidden
   Home: http://www.ludlam.net            Siege: www.siege-engine.com
Emacs: http://cedet.sourceforge.net               GNU: www.gnu.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]