From: Eli Zaretskii Date: Sat, 16 Feb 2019 07:05:19 +0000 (+0200) Subject: Fix a typo in lispref/syntax.texi X-Git-Tag: emacs-26.1.92~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12b7940;p=emacs.git Fix a typo in lispref/syntax.texi * doc/lispref/syntax.texi (Syntax Table Internals): Fix a typo. (Bug#34495) --- diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 0c43a8fa32f..9ad4a133509 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -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))