summaryrefslogtreecommitdiff
path: root/lispref/syntax.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-05 15:18:01 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-05 15:18:01 +0000
commit37680279159b37e6bcb20039988aff6a26204ad4 (patch)
treec8fdbf8abdf2de6c2b70285babc31b2a82b2403c /lispref/syntax.texi
parent9f286482cc42aa8647652c289ec96659732b8ef3 (diff)
downloademacs-37680279159b37e6bcb20039988aff6a26204ad4.tar.gz
@ifinto -> @ifnottex.
Diffstat (limited to 'lispref/syntax.texi')
-rw-r--r--lispref/syntax.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi
index c4a11950c28..fb3d90984d3 100644
--- a/lispref/syntax.texi
+++ b/lispref/syntax.texi
@@ -34,7 +34,7 @@ functions in this chapter.
@node Syntax Basics
@section Syntax Table Concepts
-@ifinfo
+@ifnottex
A @dfn{syntax table} provides Emacs with the information that
determines the syntactic use of each character in a buffer. This
information is used by the parsing commands, the complex movement
@@ -43,7 +43,7 @@ syntactic constructs begin and end. The current syntax table controls
the meaning of the word motion functions (@pxref{Word Motion}) and the
list motion functions (@pxref{List Motion}) as well as the functions in
this chapter.
-@end ifinfo
+@end ifnottex
A syntax table is a char-table (@pxref{Char-Tables}). The element at
index @var{c} describes the character with code @var{c}. The element's