diff options
Diffstat (limited to 'lispref/syntax.texi')
-rw-r--r-- | lispref/syntax.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 305f347c9f6..54b0d4a0bc0 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -332,8 +332,8 @@ Emacs supports two comment styles simultaneously in any one syntax table. This is for the sake of C++. Each style of comment syntax has its own comment-start sequence and its own comment-end sequence. Each comment must stick to one style or the other; thus, if it starts with -the comment-start sequence of style ``b'', it must also end with the -comment-end sequence of style ``b''. +the comment-start sequence of style ``b,'' it must also end with the +comment-end sequence of style ``b.'' The two comment-start sequences must begin with the same character; only the second character may differ. Mark the second character of the @@ -706,7 +706,7 @@ The minimum parenthesis depth encountered during this scan. @item What kind of comment is active: @code{nil} for a comment of style ``a'' or when not inside a comment, @code{t} for a comment of style -``b'', and @code{syntax-table} for a comment that should be ended by a +``b,'' and @code{syntax-table} for a comment that should be ended by a generic comment delimiter character. @item |