changeset 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 b433b5996ddb
children 1d5b7d31671f
files lispref/positions.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/positions.texi	Fri Oct 12 01:31:01 2001 +0000
+++ b/lispref/positions.texi	Fri Oct 12 01:32:01 2001 +0000
@@ -655,7 +655,8 @@
 @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