Fix a typo in lispref/syntax.texi
* doc/lispref/syntax.texi (Syntax Table Internals): Fix a typo. (Bug#34495)
This commit is contained in:
parent
f721084f78
commit
12b794044a
1 changed files with 2 additions and 2 deletions
|
@ -1041,8 +1041,8 @@ This function returns the syntax code for the raw syntax descriptor
|
|||
@var{syntax-code} component, masks off the high 16 bits which record
|
||||
the syntax flags, and returns the resulting integer.
|
||||
|
||||
If @var{syntax} is @code{nil}, the return value is returns @code{nil}.
|
||||
This is so that the expression
|
||||
If @var{syntax} is @code{nil}, the return value is @code{nil}. This
|
||||
is so that the expression
|
||||
|
||||
@example
|
||||
(syntax-class (syntax-after pos))
|
||||
|
|
Loading…
Add table
Reference in a new issue