comparison man/lispref/positions.texi @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 54f7aa390f4f
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
600 Here are several functions concerned with balanced-parenthesis 600 Here are several functions concerned with balanced-parenthesis
601 expressions (also called @dfn{sexps} in connection with moving across 601 expressions (also called @dfn{sexps} in connection with moving across
602 them in XEmacs). The syntax table controls how these functions interpret 602 them in XEmacs). The syntax table controls how these functions interpret
603 various characters; see @ref{Syntax Tables}. @xref{Parsing 603 various characters; see @ref{Syntax Tables}. @xref{Parsing
604 Expressions}, for lower-level primitives for scanning sexps or parts of 604 Expressions}, for lower-level primitives for scanning sexps or parts of
605 sexps. For user-level commands, see @ref{Lists and Sexps,,, emacs, XEmacs 605 sexps. For user-level commands, see @ref{Lists and Sexps,,, xemacs, XEmacs
606 Reference Manual}. 606 Reference Manual}.
607 607
608 @deffn Command forward-list &optional arg 608 @deffn Command forward-list &optional arg
609 This function moves forward across @var{arg} balanced groups of 609 This function moves forward across @var{arg} balanced groups of
610 parentheses. (Other syntactic entities such as words or paired string 610 parentheses. (Other syntactic entities such as words or paired string