[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106996: * doc/lispref/syntax.texi (S
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106996: * doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char syntax. |
Date: |
Sun, 29 Jan 2012 15:35:58 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106996
fixes bug(s): http://debbugs.gnu.org/9619
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-01-29 15:35:58 +0800
message:
* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline
char syntax.
modified:
doc/lispref/ChangeLog
doc/lispref/syntax.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-01-29 07:25:22 +0000
+++ b/doc/lispref/ChangeLog 2012-01-29 07:35:58 +0000
@@ -1,5 +1,8 @@
2012-01-29 Chong Yidong <address@hidden>
+ * syntax.texi (Syntax Class Table): Tweak description of newline
+ char syntax (Bug#9619).
+
* numbers.texi (Predicates on Numbers): Fix wholenump/natnump
description (Bug#10189).
=== modified file 'doc/lispref/syntax.texi'
--- a/doc/lispref/syntax.texi 2012-01-19 07:21:25 +0000
+++ b/doc/lispref/syntax.texi 2012-01-29 07:35:58 +0000
@@ -128,10 +128,10 @@
@deffn {Syntax class} @w{whitespace character}
@dfn{Whitespace characters} (designated by @address@hidden@ }} 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}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106996: * doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char syntax.,
Chong Yidong <=