diff options
| author | Chong Yidong | 2009-09-18 23:40:00 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-18 23:40:00 +0000 |
| commit | e2b6daf4193bcfd81d6dc67eeee3d50888710818 (patch) | |
| tree | 52e48eedc9a4a7b1e341dcf8a1427536ecd534cf /src/syntax.c | |
| parent | d798ba871286030c4f5d3528535f313477a1667f (diff) | |
| download | emacs-e2b6daf4193bcfd81d6dc67eeee3d50888710818.tar.gz emacs-e2b6daf4193bcfd81d6dc67eeee3d50888710818.zip | |
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
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) |