diff options
| author | Stefan Monnier | 2006-12-10 22:00:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-12-10 22:00:27 +0000 |
| commit | bce3dc36da23cf00d7f4205f40244724ebb1d240 (patch) | |
| tree | b8c93f7c2c03068e553085d7dd4163b573c98b3a /src/syntax.c | |
| parent | bff12e0bbf6c8f34062fc6236b0b96b004099a6f (diff) | |
| download | emacs-bce3dc36da23cf00d7f4205f40244724ebb1d240.tar.gz emacs-bce3dc36da23cf00d7f4205f40244724ebb1d240.zip | |
Fix spurious open-paren-in-column-0 in a comment.
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 5fec9e7d772..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; |