diff lisp/progmodes/cc-awk.el @ 88033:86c372c5a95b

Correct typos, enhance comments.
author Alan Mackenzie <acm@muc.de>
date Sun, 27 Jan 2008 17:03:43 +0000
parents a1342e6e097a
children 6c2c7b785da9 c70e45a7acfd
line wrap: on
line diff
--- a/lisp/progmodes/cc-awk.el	Sun Jan 27 17:01:10 2008 +0000
+++ b/lisp/progmodes/cc-awk.el	Sun Jan 27 17:03:43 2008 +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 if we're at BOB.
+  ;; it if necessary.  Return nil if we're already at BOB.
   ;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM.
   ;;
   ;; This function might do hidden buffer changes.