summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-08 07:34:30 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-08 07:34:30 +0000
commite7f767c25e3d7abd0a456c838d8c1747649aebff (patch)
tree8f51a8c12c1debf706eeb47e04368fa80451e60c /lisp/progmodes/cc-vars.el
parent3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (diff)
downloademacs-e7f767c25e3d7abd0a456c838d8c1747649aebff.tar.gz
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r--lisp/progmodes/cc-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index a80833c0043..76b0e5a898c 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -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 '-)