Mercurial > emacs
changeset 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 | 908fd92d6f31 |
children | 02f10c9339eb |
files | src/syntax.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syntax.c Fri Sep 18 23:39:44 2009 +0000 +++ b/src/syntax.c Fri Sep 18 23:40:00 2009 +0000 @@ -851,8 +851,8 @@ DEFUN ("char-syntax", Fchar_syntax, Schar_syntax, 1, 1, 0, doc: /* Return the syntax code of CHARACTER, described by a character. -For example, if CHARACTER is a word constituent, -the character `w' is returned. +For example, if CHARACTER is a word constituent, the +character `w' (119) is returned. The characters that correspond to various syntax codes are listed in the documentation of `modify-syntax-entry'. */) (character)