diff options
| -rw-r--r-- | lispref/positions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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). | |||
| 677 | @deffn Command forward-sexp &optional arg | 677 | @deffn Command forward-sexp &optional arg |
| 678 | This function moves forward across @var{arg} (default 1) balanced expressions. | 678 | This function moves forward across @var{arg} (default 1) balanced expressions. |
| 679 | Balanced expressions include both those delimited by parentheses and | 679 | Balanced expressions include both those delimited by parentheses and |
| 680 | other kinds, such as words and string constants | 680 | other kinds, such as words and string constants. |
| 681 | @xref{Parsing Expressions}. For example, | 681 | @xref{Parsing Expressions}. For example, |
| 682 | 682 | ||
| 683 | @example | 683 | @example |