(List Motion): Punctuation fix.
[bpt/emacs.git] / lispref / positions.texi
index d824215..f37d885 100644 (file)
@@ -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