From bce3dc36da23cf00d7f4205f40244724ebb1d240 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 10 Dec 2006 22:00:27 +0000 Subject: [PATCH] Fix spurious open-paren-in-column-0 in a comment. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 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; -- 2.39.5