Mercurial > emacs
comparison src/syntax.c @ 105102:7a2f279a2c8d
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Fri, 18 Sep 2009 23:40:00 +0000 |
| parents | 16ac9218f780 |
| children | d0a6d64c3cfc |
comparison
equal
deleted
inserted
replaced
| 105101:908fd92d6f31 | 105102:7a2f279a2c8d |
|---|---|
| 849 static Lisp_Object Vsyntax_code_object; | 849 static Lisp_Object Vsyntax_code_object; |
| 850 | 850 |
| 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) |
| 859 Lisp_Object character; | 859 Lisp_Object character; |
| 860 { | 860 { |
