aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
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 494bd16f8c0..6fa20c458ba 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -851,8 +851,8 @@ static Lisp_Object Vsyntax_code_object;
851 851
852DEFUN ("char-syntax", Fchar_syntax, Schar_syntax, 1, 1, 0, 852DEFUN ("char-syntax", Fchar_syntax, Schar_syntax, 1, 1, 0,
853 doc: /* Return the syntax code of CHARACTER, described by a character. 853 doc: /* Return the syntax code of CHARACTER, described by a character.
854For example, if CHARACTER is a word constituent, 854For example, if CHARACTER is a word constituent, the
855the character `w' is returned. 855character `w' (119) is returned.
856The characters that correspond to various syntax codes 856The characters that correspond to various syntax codes
857are listed in the documentation of `modify-syntax-entry'. */) 857are listed in the documentation of `modify-syntax-entry'. */)
858 (character) 858 (character)