summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-20 16:16:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-20 16:16:37 -0800
commit221cd41396800331c4573a4b06671ba779c56f54 (patch)
tree635cdbeab9f5214e911226065102fd859e70b4d4 /src/syntax.c
parentcb3a28cc909e79244a477dcc357e38da658a8992 (diff)
downloademacs-221cd41396800331c4573a4b06671ba779c56f54.tar.gz
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
point (i.e. the starting point is DEPTH parentheses deep). This
function scans over parentheses until the depth goes to zero COUNT
times. Hence, positive DEPTH moves out that number of levels of
-paretheses, while negative DEPTH moves to a deeper level.
+parentheses, while negative DEPTH moves to a deeper level.
Comments are ignored if `parse-sexp-ignore-comments' is non-nil.