Mercurial > emacs
changeset 5339:b589e807c0b3
(Fmodify_syntax_entry): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Dec 1993 23:12:07 +0000 |
parents | b3a78854c791 |
children | fcd6e0da3380 |
files | src/syntax.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syntax.c Fri Dec 24 23:07:23 1993 +0000 +++ b/src/syntax.c Fri Dec 24 23:12:07 1993 +0000 @@ -240,8 +240,9 @@ ( open-parenthesis. ) close-parenthesis.\n\ \" string quote. \\ escape.\n\ $ paired delimiter. ' expression quote or prefix operator.\n\ - < comment starter. > comment ender.\n\ + < comment starter. > comment ender.\n\ / character-quote.\n\ +\n\ Only single-character comment start and end sequences are represented thus.\n\ Two-character sequences are represented as described below.\n\ The second character of S is the matching parenthesis,\n\ @@ -255,8 +256,8 @@ \n\ There can be up to two orthogonal comment sequences. This is to support\n\ language modes such as C++. By default, all comment sequences are of style\n\ -a, but you can set the comment sequence style to b (on the second character of a\n\ -comment-start, or the first character of a comment-end sequence) by using\n\ +a, but you can set the comment sequence style to b (on the second character\n\ +of a comment-start, or the first character of a comment-end sequence) using\n\ this flag:\n\ b means C is part of comment sequence b.\n\ \n\