# HG changeset patch # User Stefan Monnier # Date 1165788027 0 # Node ID da4c1968d862be5f4dc150cd17067c3332d5a1c3 # Parent 042b0e37d0d3b745d39336578eb5143ac188ec71 Fix spurious open-paren-in-column-0 in a comment. diff -r 042b0e37d0d3 -r da4c1968d862 src/syntax.c --- a/src/syntax.c Sun Dec 10 21:10:59 2006 +0000 +++ b/src/syntax.c Sun Dec 10 22:00:27 2006 +0000 @@ -915,7 +915,7 @@ doc: /* Convert a syntax specification STRING into syntax cell form. STRING should be a string as it is allowed as argument of `modify-syntax-entry'. Value is the equivalent cons cell -(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table' +\(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table' text property. */) (string) Lisp_Object string;