summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-02-16 09:05:19 +0200
committerEli Zaretskii <eliz@gnu.org>2019-02-16 09:05:19 +0200
commit12b794044a566fba8dc111687c58c5f9b95ae62e (patch)
treedde3ee8b41b3c01f843e5d05d3b1ff3b758085dd
parentf721084f788dbbbf114c47f87af7d5771b5fb769 (diff)
downloademacs-12b794044a566fba8dc111687c58c5f9b95ae62e.tar.gz
Fix a typo in lispref/syntax.texi
* doc/lispref/syntax.texi (Syntax Table Internals): Fix a typo. (Bug#34495)
-rw-r--r--doc/lispref/syntax.texi4
1 files changed, 2 insertions, 2 deletions
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))