emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 f1450e9: Complete documentation of syntax flags b


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-26 f1450e9: Complete documentation of syntax flags by adding `c'
Date: Fri, 13 Apr 2018 10:39:57 -0400 (EDT)

branch: emacs-26
commit f1450e9f348723d442d6faa57b685826ac557cc2
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    Complete documentation of syntax flags by adding `c'
    
    * doc/lispref/syntax.texi ("Syntax Table Internals"): Add entry for `c'
    as `(1 lsh 23)'.
---
 doc/lispref/syntax.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi
index 3327d78..44a7730 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
address@hidden @tab @code{(lsh 1 19)}
address@hidden @tab @code{(lsh 1 19)} @tab @samp{c} @tab @code{(lsh 1 23)}
 @end multitable
 
 @defun string-to-syntax desc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]