diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 4 |
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 | ||
| 852 | DEFUN ("char-syntax", Fchar_syntax, Schar_syntax, 1, 1, 0, | 852 | DEFUN ("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. |
| 854 | For example, if CHARACTER is a word constituent, | 854 | For example, if CHARACTER is a word constituent, the |
| 855 | the character `w' is returned. | 855 | character `w' (119) is returned. |
| 856 | The characters that correspond to various syntax codes | 856 | The characters that correspond to various syntax codes |
| 857 | are listed in the documentation of `modify-syntax-entry'. */) | 857 | are listed in the documentation of `modify-syntax-entry'. */) |
| 858 | (character) | 858 | (character) |