unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Using iff in doc strings
@ 2007-06-05  2:41 Eric M. Ludlam
  0 siblings, 0 replies; only message in thread
From: Eric M. Ludlam @ 2007-06-05  2:41 UTC (permalink / raw)
  To: emacs-devel

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:                 zappo@gnu.org, eric@siege-engine.com
   Home: http://www.ludlam.net            Siege: www.siege-engine.com
Emacs: http://cedet.sourceforge.net               GNU: www.gnu.org

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-05  2:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-05  2:41 Using iff in doc strings Eric M. Ludlam

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).