aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2008-01-27 17:02:06 +0000
committerAlan Mackenzie2008-01-27 17:02:06 +0000
commit5da46258169a4eaf77fc2eb51a826223257f8c30 (patch)
treead4db549ebaf718eef54d86e7184b4d7e110a5ac
parentf6558e2d480575a5398a9df904c7dae69064f79f (diff)
downloademacs-5da46258169a4eaf77fc2eb51a826223257f8c30.tar.gz
emacs-5da46258169a4eaf77fc2eb51a826223257f8c30.zip
Correct typos, enhance comments.
-rw-r--r--lisp/progmodes/cc-engine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 2a224d956d1..929b000b83f 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -5874,7 +5874,7 @@ comment at the start of cc-engine.el for more info."
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,