aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 55a4ba0abd4..3bd301f0e38 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1098,7 +1098,7 @@ DEFUN ("string-to-syntax", Fstring_to_syntax, Sstring_to_syntax, 1, 1, 0,
1098 doc: /* Convert a syntax descriptor STRING into a raw syntax descriptor. 1098 doc: /* Convert a syntax descriptor STRING into a raw syntax descriptor.
1099STRING should be a string of the form allowed as argument of 1099STRING should be a string of the form allowed as argument of
1100`modify-syntax-entry'. The return value is a raw syntax descriptor: a 1100`modify-syntax-entry'. The return value is a raw syntax descriptor: a
1101cons cell \(CODE . MATCHING-CHAR) which can be used, for example, as 1101cons cell (CODE . MATCHING-CHAR) which can be used, for example, as
1102the value of a `syntax-table' text property. */) 1102the value of a `syntax-table' text property. */)
1103 (Lisp_Object string) 1103 (Lisp_Object string)
1104{ 1104{