]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-vars.el
Merge multi-tty branch
[gnu-emacs] / lisp / progmodes / cc-vars.el
index a80833c004330aefce857998ecb37754bb0c82a5..76b0e5a898c2e42607e4916d5746b6edd6c5316e 100644 (file)
@@ -186,7 +186,7 @@ the value set here overrides the style system (there is a variable
                    (bq-process type)))))))))
 
 (defun c-valid-offset (offset)
-  "Return non-nil iff OFFSET is a valid offset for a syntactic symbol.
+  "Return non-nil if OFFSET is a valid offset for a syntactic symbol.
 See `c-offsets-alist'."
   (or (eq offset '+)
       (eq offset '-)