diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-02-16 09:05:19 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-02-16 09:05:19 +0200 |
commit | 12b794044a566fba8dc111687c58c5f9b95ae62e (patch) | |
tree | dde3ee8b41b3c01f843e5d05d3b1ff3b758085dd /doc/lispref/syntax.texi | |
parent | f721084f788dbbbf114c47f87af7d5771b5fb769 (diff) | |
download | emacs-12b794044a566fba8dc111687c58c5f9b95ae62e.tar.gz emacs-12b794044a566fba8dc111687c58c5f9b95ae62e.tar.bz2 emacs-12b794044a566fba8dc111687c58c5f9b95ae62e.zip |
Fix a typo in lispref/syntax.texi
* doc/lispref/syntax.texi (Syntax Table Internals): Fix a
typo. (Bug#34495)
Diffstat (limited to 'doc/lispref/syntax.texi')
-rw-r--r-- | doc/lispref/syntax.texi | 4 |
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)) |