comparison lispref/positions.texi @ 74694:1fc1d16dac30

(List Motion): Punctuation fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Dec 2006 22:01:03 +0000
parents 5688afba6548
children 3d45362f1d38 bc10a33dd40b
comparison
equal deleted inserted replaced
74693:901d51ff105a 74694:1fc1d16dac30
675 @end deffn 675 @end deffn
676 676
677 @deffn Command forward-sexp &optional arg 677 @deffn Command forward-sexp &optional arg
678 This function moves forward across @var{arg} (default 1) balanced expressions. 678 This function moves forward across @var{arg} (default 1) balanced expressions.
679 Balanced expressions include both those delimited by parentheses and 679 Balanced expressions include both those delimited by parentheses and
680 other kinds, such as words and string constants 680 other kinds, such as words and string constants.
681 @xref{Parsing Expressions}. For example, 681 @xref{Parsing Expressions}. For example,
682 682
683 @example 683 @example
684 @group 684 @group
685 ---------- Buffer: foo ---------- 685 ---------- Buffer: foo ----------