diff options
| author | Juanma Barranquero | 2007-01-29 16:16:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-29 16:16:22 +0000 |
| commit | c006623074918b4068bda65e3c5bcc076f2d8deb (patch) | |
| tree | 801e3161c26981bcca43685d83a52145b31e631a | |
| parent | d7df8561119952a0e14fd17d8e514e9a4b85f869 (diff) | |
| download | emacs-c006623074918b4068bda65e3c5bcc076f2d8deb.tar.gz emacs-c006623074918b4068bda65e3c5bcc076f2d8deb.zip | |
(c-emacs-features): Fix typo in docstring.
| -rw-r--r-- | lisp/progmodes/cc-defs.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 1858b43f326..43fa0ab5937 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -740,7 +740,7 @@ be after it." | |||
| 740 | 740 | ||
| 741 | 741 | ||
| 742 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 742 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 743 | ;; V i r t u a l S e m i c o l o n s | 743 | ;; V i r t u a l S e m i c o l o n s |
| 744 | ;; | 744 | ;; |
| 745 | ;; In most CC Mode languages, statements are terminated explicitly by | 745 | ;; In most CC Mode languages, statements are terminated explicitly by |
| 746 | ;; semicolons or closing braces. In some of the CC modes (currently only AWK | 746 | ;; semicolons or closing braces. In some of the CC modes (currently only AWK |
| @@ -784,7 +784,7 @@ be after it." | |||
| 784 | ;; | 784 | ;; |
| 785 | ;; The macro `c-vsemi-status-unknown-p' will typically check the cacheing | 785 | ;; The macro `c-vsemi-status-unknown-p' will typically check the cacheing |
| 786 | ;; scheme used by the `c-at-vsemi-p-fn', hence the name - the status is | 786 | ;; scheme used by the `c-at-vsemi-p-fn', hence the name - the status is |
| 787 | ;; "unknown" if there is no cache entry current for the line. | 787 | ;; "unknown" if there is no cache entry current for the line. |
| 788 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 788 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 789 | 789 | ||
| 790 | (defmacro c-at-vsemi-p (&optional pos) | 790 | (defmacro c-at-vsemi-p (&optional pos) |
| @@ -1514,8 +1514,8 @@ might be present: | |||
| 1514 | (i.e. the syntax class `|'). | 1514 | (i.e. the syntax class `|'). |
| 1515 | 'pps-extended-state `parse-partial-sexp' returns a list with at least 10 | 1515 | 'pps-extended-state `parse-partial-sexp' returns a list with at least 10 |
| 1516 | elements, i.e. it contains the position of the start of | 1516 | elements, i.e. it contains the position of the start of |
| 1517 | the last comment or string. It's always set - CC Mode no | 1517 | the last comment or string. It's always set - CC Mode |
| 1518 | longer works in emacsen without this feature. | 1518 | no longer works in emacsen without this feature. |
| 1519 | 'posix-char-classes The regexp engine understands POSIX character classes. | 1519 | 'posix-char-classes The regexp engine understands POSIX character classes. |
| 1520 | 'col-0-paren It's possible to turn off the ad-hoc rule that a paren | 1520 | 'col-0-paren It's possible to turn off the ad-hoc rule that a paren |
| 1521 | in column zero is the start of a defun. | 1521 | in column zero is the start of a defun. |