emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src syntax.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src syntax.c
Date: Fri, 18 Sep 2009 23:40:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/09/18 23:40:00

Modified files:
        src            : syntax.c 

Log message:
        * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/syntax.c?cvsroot=emacs&r1=1.222&r2=1.223

Patches:
Index: syntax.c
===================================================================
RCS file: /sources/emacs/emacs/src/syntax.c,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -b -r1.222 -r1.223
--- syntax.c    20 Feb 2009 06:08:57 -0000      1.222
+++ syntax.c    18 Sep 2009 23:40:00 -0000      1.223
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]