diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:34:30 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:34:30 +0000 |
commit | e7f767c25e3d7abd0a456c838d8c1747649aebff (patch) | |
tree | 8f51a8c12c1debf706eeb47e04368fa80451e60c /lisp/progmodes/cc-vars.el | |
parent | 3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (diff) | |
download | emacs-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.el | 2 |
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 '-) |