1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Fix a typo in lispref/syntax.texi

* doc/lispref/syntax.texi (Syntax Table Internals): Fix a
typo.  (Bug#34495)
This commit is contained in:
Eli Zaretskii 2019-02-16 09:05:19 +02:00
parent f721084f78
commit 12b794044a

View File

@ -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))