summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-12-17 22:01:03 +0000
committerRichard M. Stallman <rms@gnu.org>2006-12-17 22:01:03 +0000
commit07af30248aef20ee769333daf00f37fbeb1bbfce (patch)
treef744a972638d1eb3c30c2a29283e059964e7c16d
parent15b8c5c69daf0de7573c349087443ac4607d0204 (diff)
(List Motion): Punctuation fix.
-rw-r--r--lispref/positions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi
index d824215867..f37d885627 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -677,7 +677,7 @@ 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
+other kinds, such as words and string constants.
@xref{Parsing Expressions}. For example,
@example