]> code.delx.au - gnu-emacs/blobdiff - lispref/syntax.texi
(Selecting Windows): save-selected-window and with-selected-window
[gnu-emacs] / lispref / syntax.texi
index e8707709fe24119d6cf0b7e0f3f36a15de731c56..e582b52a2c8c0201f72dc77a466f4c909359b781 100644 (file)
@@ -754,10 +754,11 @@ necessary to flush the cache manually.
 @end defun
 
 @defvar syntax-begin-function
-If this is non-nil, it should be a function that moves to an earlier
-buffer position where the parser state is equivalent to @code{nil},
-i.e., a position outside of any comment, string, or parenthesis.
-@code{syntax-ppss} uses it to supplement its cache.
+If this is non-@code{nil}, it should be a function that moves to an
+earlier buffer position where the parser state is equivalent to
+@code{nil}---in other words, a position outside of any comment,
+string, or parenthesis.  @code{syntax-ppss} uses it to supplement its
+cache.
 @end defvar
 
 @defun scan-lists from count depth
@@ -882,7 +883,7 @@ a character to match was specified.
   This table gives the value of @var{syntax-code} which corresponds
 to each syntactic type.
 
-@multitable @columnfractions .05 .3 .3 .3
+@multitable @columnfractions .05 .3 .3 .31
 @item
 @tab
 @i{Integer} @i{Class}