emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog syntax.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog syntax.c
Date: Thu, 11 Dec 2008 01:49:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/12/11 01:49:47

Modified files:
        src            : ChangeLog syntax.c 

Log message:
        * syntax.c (Fmodify_syntax_entry): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7184&r2=1.7185
http://cvs.savannah.gnu.org/viewcvs/emacs/src/syntax.c?cvsroot=emacs&r1=1.219&r2=1.220

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7184
retrieving revision 1.7185
diff -u -b -r1.7184 -r1.7185
--- ChangeLog   10 Dec 2008 19:25:26 -0000      1.7184
+++ ChangeLog   11 Dec 2008 01:49:46 -0000      1.7185
@@ -1,3 +1,7 @@
+2008-12-11  Juanma Barranquero  <address@hidden>
+
+       * syntax.c (Fmodify_syntax_entry): Doc fix.
+
 2008-12-10  Juanma Barranquero  <address@hidden>
 
        * font.c (Ffont_spec): Move usage to end of docstring.

Index: syntax.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/syntax.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -b -r1.219 -r1.220
--- syntax.c    22 Oct 2008 05:31:05 -0000      1.219
+++ syntax.c    11 Dec 2008 01:49:47 -0000      1.220
@@ -968,7 +968,7 @@
 The syntax is changed only for table SYNTAX-TABLE, which defaults to
  the current buffer's syntax table.
 CHAR may be a cons (MIN . MAX), in which case, syntaxes of all characters
-in the range MIN and MAX are changed.
+in the range MIN to MAX are changed.
 The first character of NEWENTRY should be one of the following:
   Space or -  whitespace syntax.    w   word constituent.
   _           symbol constituent.   .   punctuation.




reply via email to

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