mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
(List Motion): Punctuation fix.
This commit is contained in:
parent
15b8c5c69d
commit
07af30248a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue