diff options
| author | Alan Mackenzie | 2018-04-13 14:35:13 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2018-04-13 14:35:13 +0000 |
| commit | f1450e9f348723d442d6faa57b685826ac557cc2 (patch) | |
| tree | 7bd4a38ad27dadcc301717ee4497ecd4892f0db2 | |
| parent | 6bdcaec885fb1272617e7e02c6d1e571163b15f5 (diff) | |
| download | emacs-f1450e9f348723d442d6faa57b685826ac557cc2.tar.gz emacs-f1450e9f348723d442d6faa57b685826ac557cc2.zip | |
Complete documentation of syntax flags by adding `c'
* doc/lispref/syntax.texi ("Syntax Table Internals"): Add entry for `c'
as `(1 lsh 23)'.
| -rw-r--r-- | doc/lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 3327d7855c4..44a7730c7ab 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi | |||
| @@ -1018,7 +1018,7 @@ corresponds to each syntax flag. | |||
| 1018 | @item | 1018 | @item |
| 1019 | @samp{3} @tab @code{(lsh 1 18)} @tab @samp{n} @tab @code{(lsh 1 22)} | 1019 | @samp{3} @tab @code{(lsh 1 18)} @tab @samp{n} @tab @code{(lsh 1 22)} |
| 1020 | @item | 1020 | @item |
| 1021 | @samp{4} @tab @code{(lsh 1 19)} | 1021 | @samp{4} @tab @code{(lsh 1 19)} @tab @samp{c} @tab @code{(lsh 1 23)} |
| 1022 | @end multitable | 1022 | @end multitable |
| 1023 | 1023 | ||
| 1024 | @defun string-to-syntax desc | 1024 | @defun string-to-syntax desc |