diff options
| author | Paul Eggert | 2012-02-20 16:16:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-02-20 16:16:37 -0800 |
| commit | 221cd41396800331c4573a4b06671ba779c56f54 (patch) | |
| tree | 635cdbeab9f5214e911226065102fd859e70b4d4 /src/syntax.c | |
| parent | cb3a28cc909e79244a477dcc357e38da658a8992 (diff) | |
| download | emacs-221cd41396800331c4573a4b06671ba779c56f54.tar.gz emacs-221cd41396800331c4573a4b06671ba779c56f54.zip | |
Spelling fix.
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 645a65f13e6..16012d9f88e 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -2854,7 +2854,7 @@ If DEPTH is nonzero, treat that as the nesting depth of the starting | |||
| 2854 | point (i.e. the starting point is DEPTH parentheses deep). This | 2854 | point (i.e. the starting point is DEPTH parentheses deep). This |
| 2855 | function scans over parentheses until the depth goes to zero COUNT | 2855 | function scans over parentheses until the depth goes to zero COUNT |
| 2856 | times. Hence, positive DEPTH moves out that number of levels of | 2856 | times. Hence, positive DEPTH moves out that number of levels of |
| 2857 | paretheses, while negative DEPTH moves to a deeper level. | 2857 | parentheses, while negative DEPTH moves to a deeper level. |
| 2858 | 2858 | ||
| 2859 | Comments are ignored if `parse-sexp-ignore-comments' is non-nil. | 2859 | Comments are ignored if `parse-sexp-ignore-comments' is non-nil. |
| 2860 | 2860 | ||