# HG changeset patch # User Richard M. Stallman # Date 1166392863 0 # Node ID 1fc1d16dac30c484634073c1ee49f9b93891b6c0 # Parent 901d51ff105a2995defcc9f3bf196394e0dbbeb4 (List Motion): Punctuation fix. diff -r 901d51ff105a -r 1fc1d16dac30 lispref/positions.texi --- 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