comparison lispref/positions.texi @ 50475:b65aa1d740eb

Fix cross references.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 06 Apr 2003 21:12:02 +0000
parents 23a1cea22d13
children 695cf19ef79e
comparison
equal deleted inserted replaced
50474:b473e7c82366 50475:b65aa1d740eb
639 Here are several functions concerned with balanced-parenthesis 639 Here are several functions concerned with balanced-parenthesis
640 expressions (also called @dfn{sexps} in connection with moving across 640 expressions (also called @dfn{sexps} in connection with moving across
641 them in Emacs). The syntax table controls how these functions interpret 641 them in Emacs). The syntax table controls how these functions interpret
642 various characters; see @ref{Syntax Tables}. @xref{Parsing 642 various characters; see @ref{Syntax Tables}. @xref{Parsing
643 Expressions}, for lower-level primitives for scanning sexps or parts of 643 Expressions}, for lower-level primitives for scanning sexps or parts of
644 sexps. For user-level commands, see @ref{Lists Commands,,, emacs, The GNU 644 sexps. For user-level commands, see @ref{Parentheses,, Commands for
645 Emacs Manual}. 645 Editing with Parentheses, emacs, The GNU Emacs Manual}.
646 646
647 @deffn Command forward-list &optional arg 647 @deffn Command forward-list &optional arg
648 This function moves forward across @var{arg} (default 1) balanced groups of 648 This function moves forward across @var{arg} (default 1) balanced groups of
649 parentheses. (Other syntactic entities such as words or paired string 649 parentheses. (Other syntactic entities such as words or paired string
650 quotes are ignored.) 650 quotes are ignored.)