comparison lisp/progmodes/cc-awk.el @ 79942:99c850a55c1c

Correct typos, enhance comments.
author Alan Mackenzie <acm@muc.de>
date Sun, 27 Jan 2008 16:56:04 +0000
parents a1342e6e097a
children 6c2c7b785da9 c70e45a7acfd
comparison
equal deleted inserted replaced
79941:eab5420313a1 79942:99c850a55c1c
476 (c-put-char-property (1- (point)) 'c-awk-NL-prop nl-prop)) 476 (c-put-char-property (1- (point)) 'c-awk-NL-prop nl-prop))
477 nl-prop)))) 477 nl-prop))))
478 478
479 (defun c-awk-get-NL-prop-prev-line (&optional do-lim) 479 (defun c-awk-get-NL-prop-prev-line (&optional do-lim)
480 ;; Get the c-awk-NL-prop text-property from the previous line, calculating 480 ;; Get the c-awk-NL-prop text-property from the previous line, calculating
481 ;; it if necessary. Return nil if we're at BOB. 481 ;; it if necessary. Return nil if we're already at BOB.
482 ;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM. 482 ;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM.
483 ;; 483 ;;
484 ;; This function might do hidden buffer changes. 484 ;; This function might do hidden buffer changes.
485 (if (bobp) 485 (if (bobp)
486 nil 486 nil