1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char syntax.

Fixes: debbugs:9619
This commit is contained in:
Chong Yidong 2012-01-29 15:35:58 +08:00
parent 0f29fa41ac
commit 837a390a91
2 changed files with 7 additions and 4 deletions

View 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).

View 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}