comparison lispref/positions.texi @ 76833:8c3661f15764

Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 13:44:52 +0000
parents 3d45362f1d38
children fc9d442f98d2
comparison
equal deleted inserted replaced
76832:d330c192b901 76833:8c3661f15764
640 @comment node-name, next, previous, up 640 @comment node-name, next, previous, up
641 @subsection Moving over Balanced Expressions 641 @subsection Moving over Balanced Expressions
642 @cindex sexp motion 642 @cindex sexp motion
643 @cindex Lisp expression motion 643 @cindex Lisp expression motion
644 @cindex list motion 644 @cindex list motion
645 @cindex balanced-parenthesis expressions
645 646
646 Here are several functions concerned with balanced-parenthesis 647 Here are several functions concerned with balanced-parenthesis
647 expressions (also called @dfn{sexps} in connection with moving across 648 expressions (also called @dfn{sexps} in connection with moving across
648 them in Emacs). The syntax table controls how these functions interpret 649 them in Emacs). The syntax table controls how these functions interpret
649 various characters; see @ref{Syntax Tables}. @xref{Parsing 650 various characters; see @ref{Syntax Tables}. @xref{Parsing