Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
837a390a
Commit
837a390a
authored
Jan 29, 2012
by
Chong Yidong
Browse files
* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char syntax.
Fixes: debbugs:9619
parent
0f29fa41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+3
-0
doc/lispref/syntax.texi
doc/lispref/syntax.texi
+4
-4
No files found.
doc/lispref/ChangeLog
View file @
837a390a
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).
...
...
doc/lispref/syntax.texi
View file @
837a390a
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment