Mercurial > emacs
changeset 75515:b48c6cc5f648
(c-emacs-features): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 29 Jan 2007 16:16:22 +0000 |
parents | 77b456d647bc |
children | befb5e26b9e7 |
files | lisp/progmodes/cc-defs.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-defs.el Mon Jan 29 16:15:08 2007 +0000 +++ b/lisp/progmodes/cc-defs.el Mon Jan 29 16:16:22 2007 +0000 @@ -740,7 +740,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; V i r t u a l S e m i c o l o n s +;; V i r t u a l S e m i c o l o n s ;; ;; In most CC Mode languages, statements are terminated explicitly by ;; semicolons or closing braces. In some of the CC modes (currently only AWK @@ -784,7 +784,7 @@ ;; ;; The macro `c-vsemi-status-unknown-p' will typically check the cacheing ;; scheme used by the `c-at-vsemi-p-fn', hence the name - the status is -;; "unknown" if there is no cache entry current for the line. +;; "unknown" if there is no cache entry current for the line. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defmacro c-at-vsemi-p (&optional pos) @@ -1514,8 +1514,8 @@ (i.e. the syntax class `|'). 'pps-extended-state `parse-partial-sexp' returns a list with at least 10 elements, i.e. it contains the position of the start of - the last comment or string. It's always set - CC Mode no - longer works in emacsen without this feature. + the last comment or string. It's always set - CC Mode + no longer works in emacsen without this feature. 'posix-char-classes The regexp engine understands POSIX character classes. 'col-0-paren It's possible to turn off the ad-hoc rule that a paren in column zero is the start of a defun.