From: Alan Mackenzie Date: Fri, 13 Apr 2018 14:35:13 +0000 (+0000) Subject: Complete documentation of syntax flags by adding `c' X-Git-Tag: emacs-26.1~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1450e9;p=emacs.git Complete documentation of syntax flags by adding `c' * doc/lispref/syntax.texi ("Syntax Table Internals"): Add entry for `c' as `(1 lsh 23)'. --- 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. @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