Mercurial > emacs
changeset 74563:da4c1968d862
Fix spurious open-paren-in-column-0 in a comment.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Dec 2006 22:00:27 +0000 |
parents | 042b0e37d0d3 |
children | 923024cc1279 |
files | src/syntax.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;