aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorPaul Eggert2012-02-20 16:16:37 -0800
committerPaul Eggert2012-02-20 16:16:37 -0800
commit221cd41396800331c4573a4b06671ba779c56f54 (patch)
tree635cdbeab9f5214e911226065102fd859e70b4d4 /src/syntax.c
parentcb3a28cc909e79244a477dcc357e38da658a8992 (diff)
downloademacs-221cd41396800331c4573a4b06671ba779c56f54.tar.gz
emacs-221cd41396800331c4573a4b06671ba779c56f54.zip
Spelling fix.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
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
2854point (i.e. the starting point is DEPTH parentheses deep). This 2854point (i.e. the starting point is DEPTH parentheses deep). This
2855function scans over parentheses until the depth goes to zero COUNT 2855function scans over parentheses until the depth goes to zero COUNT
2856times. Hence, positive DEPTH moves out that number of levels of 2856times. Hence, positive DEPTH moves out that number of levels of
2857paretheses, while negative DEPTH moves to a deeper level. 2857parentheses, while negative DEPTH moves to a deeper level.
2858 2858
2859Comments are ignored if `parse-sexp-ignore-comments' is non-nil. 2859Comments are ignored if `parse-sexp-ignore-comments' is non-nil.
2860 2860