diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c index 55f73d6d106..52527a0516d 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -915,7 +915,7 @@ DEFUN ("string-to-syntax", Fstring_to_syntax, Sstring_to_syntax, 1, 1, 0, | |||
| 915 | doc: /* Convert a syntax specification STRING into syntax cell form. | 915 | doc: /* Convert a syntax specification STRING into syntax cell form. |
| 916 | STRING should be a string as it is allowed as argument of | 916 | STRING should be a string as it is allowed as argument of |
| 917 | `modify-syntax-entry'. Value is the equivalent cons cell | 917 | `modify-syntax-entry'. Value is the equivalent cons cell |
| 918 | (CODE . MATCHING-CHAR) that can be used as value of a `syntax-table' | 918 | \(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table' |
| 919 | text property. */) | 919 | text property. */) |
| 920 | (string) | 920 | (string) |
| 921 | Lisp_Object string; | 921 | Lisp_Object string; |
| @@ -3046,7 +3046,7 @@ Fourth arg STOPBEFORE non-nil means stop when come to | |||
| 3046 | any character that starts a sexp. | 3046 | any character that starts a sexp. |
| 3047 | Fifth arg OLDSTATE is a list like what this function returns. | 3047 | Fifth arg OLDSTATE is a list like what this function returns. |
| 3048 | It is used to initialize the state of the parse. Elements number 1, 2, 6 | 3048 | It is used to initialize the state of the parse. Elements number 1, 2, 6 |
| 3049 | and 8 are ignored; you can leave off element 8 (the last) entirely. | 3049 | and 8 are ignored. |
| 3050 | Sixth arg COMMENTSTOP non-nil means stop at the start of a comment. | 3050 | Sixth arg COMMENTSTOP non-nil means stop at the start of a comment. |
| 3051 | If it is symbol `syntax-table', stop after the start of a comment or a | 3051 | If it is symbol `syntax-table', stop after the start of a comment or a |
| 3052 | string, or after end of a comment or a string. */) | 3052 | string, or after end of a comment or a string. */) |