aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorMiles Bader2006-12-16 01:29:26 +0000
committerMiles Bader2006-12-16 01:29:26 +0000
commit4bc5d7668ef47295810f28a14d67b4a9e12a341f (patch)
tree2e22bd79984f0772c43e294babc07c1508ce95ce /src/syntax.c
parentb44bfd5e9bf3a0e853bc0d4788e4c89a01a70d6a (diff)
parentc3342e8eb3eaf4560210fd030383a940640648f2 (diff)
downloademacs-4bc5d7668ef47295810f28a14d67b4a9e12a341f.tar.gz
emacs-4bc5d7668ef47295810f28a14d67b4a9e12a341f.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index a85746be362..d1ae3f6bd8c 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -893,7 +893,7 @@ DEFUN ("string-to-syntax", Fstring_to_syntax, Sstring_to_syntax, 1, 1, 0,
893 doc: /* Convert a syntax specification STRING into syntax cell form. 893 doc: /* Convert a syntax specification STRING into syntax cell form.
894STRING should be a string as it is allowed as argument of 894STRING should be a string as it is allowed as argument of
895`modify-syntax-entry'. Value is the equivalent cons cell 895`modify-syntax-entry'. Value is the equivalent cons cell
896(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table' 896\(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table'
897text property. */) 897text property. */)
898 (string) 898 (string)
899 Lisp_Object string; 899 Lisp_Object string;
@@ -3270,7 +3270,7 @@ Fourth arg STOPBEFORE non-nil means stop when come to
3270 any character that starts a sexp. 3270 any character that starts a sexp.
3271Fifth arg OLDSTATE is a list like what this function returns. 3271Fifth arg OLDSTATE is a list like what this function returns.
3272 It is used to initialize the state of the parse. Elements number 1, 2, 6 3272 It is used to initialize the state of the parse. Elements number 1, 2, 6
3273 and 8 are ignored; you can leave off element 8 (the last) entirely. 3273 and 8 are ignored.
3274Sixth arg COMMENTSTOP non-nil means stop at the start of a comment. 3274Sixth arg COMMENTSTOP non-nil means stop at the start of a comment.
3275 If it is symbol `syntax-table', stop after the start of a comment or a 3275 If it is symbol `syntax-table', stop after the start of a comment or a
3276 string, or after end of a comment or a string. */) 3276 string, or after end of a comment or a string. */)