]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char...
authorChong Yidong <cyd@gnu.org>
Sun, 29 Jan 2012 07:35:58 +0000 (15:35 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 29 Jan 2012 07:35:58 +0000 (15:35 +0800)
Fixes: debbugs:9619
doc/lispref/ChangeLog
doc/lispref/syntax.texi

index 207c0797f69357ad06526b71003431e1264e87ea..8f949eb24dd4ac2926d443970222fd842b8befe4 100644 (file)
@@ -1,5 +1,8 @@
 2012-01-29  Chong Yidong  <cyd@gnu.org>
 
+       * syntax.texi (Syntax Class Table): Tweak description of newline
+       char syntax (Bug#9619).
+
        * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
        description (Bug#10189).
 
index dc215b1e0e6416354aad2cad6bf941f369942eff..71742e37a5177c59f190fd55636a4b7eec51b979 100644 (file)
@@ -128,10 +128,10 @@ their meanings, and examples of their use.
 @deffn {Syntax class} @w{whitespace character}
 @dfn{Whitespace characters} (designated by @w{@samp{@ }} or @samp{-})
 separate symbols and words from each other.  Typically, whitespace
-characters have no other syntactic significance, and multiple whitespace
-characters are syntactically equivalent to a single one.  Space, tab,
-newline and formfeed are classified as whitespace in almost all major
-modes.
+characters have no other syntactic significance, and multiple
+whitespace characters are syntactically equivalent to a single one.
+Space, tab, and formfeed are classified as whitespace in almost all
+major modes.
 @end deffn
 
 @deffn {Syntax class} @w{word constituent}