diff lisp/progmodes/cc-awk.el @ 82365:e5a68f18fcb9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:41:28 +0000
parents 419c5c316b51
children a1342e6e097a 424b655804ca
line wrap: on
line diff
--- a/lisp/progmodes/cc-awk.el	Mon Aug 13 11:27:41 2007 +0000
+++ b/lisp/progmodes/cc-awk.el	Mon Aug 13 13:41:28 2007 +0000
@@ -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.