Make a xref to `parsing' from forward-sexp.
This commit is contained in:
parent
45493fb79e
commit
47ab3ab361
1 changed files with 2 additions and 1 deletions
|
@ -655,7 +655,8 @@ deeper in parentheses (@minus{}@var{arg} levels).
|
|||
@deffn Command forward-sexp &optional arg
|
||||
This function moves forward across @var{arg} (default 1) balanced expressions.
|
||||
Balanced expressions include both those delimited by parentheses and
|
||||
other kinds, such as words and string constants. For example,
|
||||
other kinds, such as words and string constants
|
||||
@xref{Parsing Expressions}. For example,
|
||||
|
||||
@example
|
||||
@group
|
||||
|
|
Loading…
Add table
Reference in a new issue