summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-08 07:15:01 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-08 07:15:01 +0000
commit314125ec3721de7081213968761f3bb60636bd04 (patch)
tree95e6b9618fbdbf12c29df3991831e9fa88a4c286 /lisp/emacs-lisp
parent79f94cd0ab36cf99f3c84dd5def1275476c3b25d (diff)
downloademacs-314125ec3721de7081213968761f3bb60636bd04.tar.gz
emacs-314125ec3721de7081213968761f3bb60636bd04.tar.bz2
emacs-314125ec3721de7081213968761f3bb60636bd04.zip
(checkdoc-ispell-lisp-words): Remove `iff'.
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/checkdoc.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 0374ad7b34c..e1835d75fcb 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -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
@@ -1243,7 +1243,8 @@ generating a buffered list of errors."
;;;###autoload
(define-minor-mode checkdoc-minor-mode
"Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.
-With prefix ARG, turn Checkdoc minor mode on iff ARG is positive.
+With prefix ARG, turn Checkdoc minor mode on if ARG is positive, otherwise
+turn it off.
In Checkdoc minor mode, the usual bindings for `eval-defun' which is
bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include