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-awk.el | |
parent | 3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (diff) | |
download | emacs-e7f767c25e3d7abd0a456c838d8c1747649aebff.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/progmodes/cc-awk.el')
-rw-r--r-- | lisp/progmodes/cc-awk.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 997e6c44f1a..33467671170 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el @@ -478,7 +478,7 @@ (defun c-awk-get-NL-prop-prev-line (&optional do-lim) ;; Get the c-awk-NL-prop text-property from the previous line, calculating - ;; it if necessary. Return nil iff we're already at BOB. + ;; it if necessary. Return nil if we're at BOB. ;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM. ;; ;; This function might do hidden buffer changes. |