aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorChong Yidong2009-09-18 23:40:00 +0000
committerChong Yidong2009-09-18 23:40:00 +0000
commite2b6daf4193bcfd81d6dc67eeee3d50888710818 (patch)
tree52e48eedc9a4a7b1e341dcf8a1427536ecd534cf /src/syntax.c
parentd798ba871286030c4f5d3528535f313477a1667f (diff)
downloademacs-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.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)