From 47ab3ab36140ed645bef6df55fa743a9fd3845a0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 12 Oct 2001 01:32:01 +0000 Subject: [PATCH] Make a xref to `parsing' from forward-sexp. --- lispref/positions.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/positions.texi b/lispref/positions.texi index 67e33cb2cbe..7d46f2cff1d 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -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 -- 2.39.5