]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Feb 2012 00:16:37 +0000 (16:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Feb 2012 00:16:37 +0000 (16:16 -0800)
src/syntax.c

index 645a65f13e6106b49353beeeb95687d6723625dd..16012d9f88ebf95261cbb696971d8f29a51ab48b 100644 (file)
@@ -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.