diff lispref/positions.texi @ 74694:1fc1d16dac30

(List Motion): Punctuation fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Dec 2006 22:01:03 +0000
parents 5688afba6548
children 3d45362f1d38 bc10a33dd40b
line wrap: on
line diff
--- a/lispref/positions.texi	Sun Dec 17 20:39:33 2006 +0000
+++ b/lispref/positions.texi	Sun Dec 17 22:01:03 2006 +0000
@@ -677,7 +677,7 @@
 @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