Mercurial > emacs
changeset 74694:1fc1d16dac30
(List Motion): Punctuation fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Dec 2006 22:01:03 +0000 |
parents | 901d51ff105a |
children | 8b868922f091 |
files | lispref/positions.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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