diff options
author | Alan Mackenzie <acm@muc.de> | 2008-01-27 16:56:04 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2008-01-27 16:56:04 +0000 |
commit | f6558e2d480575a5398a9df904c7dae69064f79f (patch) | |
tree | e7b7a4dd4248f5f95ab4ef1bd9a32885d5f6e22c /lisp/progmodes/cc-awk.el | |
parent | ea18b2b19e76217cc97565b4e50a98b4dd8aa196 (diff) | |
download | emacs-f6558e2d480575a5398a9df904c7dae69064f79f.tar.gz |
Correct typos, enhance 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 d9a70558697..b361585422a 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 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. |