From: Richard M. Stallman Date: Sun, 17 Dec 2006 22:01:03 +0000 (+0000) Subject: (List Motion): Punctuation fix. X-Git-Tag: emacs-pretest-22.0.92~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07af30248aef20ee769333daf00f37fbeb1bbfce;p=emacs.git (List Motion): Punctuation fix. --- diff --git a/lispref/positions.texi b/lispref/positions.texi index d8242158675..f37d885627d 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