comparison lispref/positions.texi @ 39792:664c63b19441

Make a xref to `parsing' from forward-sexp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Oct 2001 01:32:01 +0000
parents dd80762eccd5
children d576274a42f4
comparison
equal deleted inserted replaced
39791:b433b5996ddb 39792:664c63b19441
653 @end deffn 653 @end deffn
654 654
655 @deffn Command forward-sexp &optional arg 655 @deffn Command forward-sexp &optional arg
656 This function moves forward across @var{arg} (default 1) balanced expressions. 656 This function moves forward across @var{arg} (default 1) balanced expressions.
657 Balanced expressions include both those delimited by parentheses and 657 Balanced expressions include both those delimited by parentheses and
658 other kinds, such as words and string constants. For example, 658 other kinds, such as words and string constants
659 @xref{Parsing Expressions}. For example,
659 660
660 @example 661 @example
661 @group 662 @group
662 ---------- Buffer: foo ---------- 663 ---------- Buffer: foo ----------
663 (concat@point{} "foo " (car x) y z) 664 (concat@point{} "foo " (car x) y z)