projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bdcaec
)
Complete documentation of syntax flags by adding `c'
author
Alan Mackenzie
<acm@muc.de>
Fri, 13 Apr 2018 14:35:13 +0000
(14:35 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Fri, 13 Apr 2018 14:35:13 +0000
(14:35 +0000)
* doc/lispref/syntax.texi ("Syntax Table Internals"): Add entry for `c'
as `(1 lsh 23)'.
doc/lispref/syntax.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/syntax.texi
b/doc/lispref/syntax.texi
index 3327d7855c4fee3c88e180ff804e5b186978b09e..44a7730c7ab960b8c60ca86d558ba2e305eeb9eb 100644
(file)
--- a/
doc/lispref/syntax.texi
+++ b/
doc/lispref/syntax.texi
@@
-1018,7
+1018,7
@@
corresponds to each syntax flag.
@item
@samp{3} @tab @code{(lsh 1 18)} @tab @samp{n} @tab @code{(lsh 1 22)}
@item
-@samp{4} @tab @code{(lsh 1 19)}
+@samp{4} @tab @code{(lsh 1 19)}
@tab @samp{c} @tab @code{(lsh 1 23)}
@end multitable
@defun string-to-syntax desc