comparison lisp/progmodes/cc-engine.el @ 79943:c87032622eda

Correct typos, enhance comments.
author Alan Mackenzie <acm@muc.de>
date Sun, 27 Jan 2008 17:02:06 +0000
parents 99c850a55c1c
children 6b6540ecfecf
comparison
equal deleted inserted replaced
79942:99c850a55c1c 79943:c87032622eda
5872 (t 5872 (t
5873 ;; False alarm. Restore the recorded ranges. 5873 ;; False alarm. Restore the recorded ranges.
5874 (setq c-record-type-identifiers save-rec-type-ids 5874 (setq c-record-type-identifiers save-rec-type-ids
5875 c-record-ref-identifiers save-rec-ref-ids) 5875 c-record-ref-identifiers save-rec-ref-ids)
5876 nil)))) 5876 nil))))
5877 5877
5878 (defun c-forward-label (&optional assume-markup preceding-token-end limit) 5878 (defun c-forward-label (&optional assume-markup preceding-token-end limit)
5879 ;; Assuming that point is at the beginning of a token, check if it starts a 5879 ;; Assuming that point is at the beginning of a token, check if it starts a
5880 ;; label and if so move over it and return non-nil (t in default situations, 5880 ;; label and if so move over it and return non-nil (t in default situations,
5881 ;; specific symbols (see below) for interesting situations), otherwise don't 5881 ;; specific symbols (see below) for interesting situations), otherwise don't
5882 ;; move and return nil. "Label" here means "most things with a colon". 5882 ;; move and return nil. "Label" here means "most things with a colon".