]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in lispref/syntax.texi
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2019 07:05:19 +0000 (09:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2019 07:05:19 +0000 (09:05 +0200)
* doc/lispref/syntax.texi (Syntax Table Internals): Fix a
typo.  (Bug#34495)

doc/lispref/syntax.texi

index 0c43a8fa32fe82d4282c89574664908b1c183963..9ad4a133509eab808f5f5f74c694bd64c77f82eb 100644 (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))