From 221cd41396800331c4573a4b06671ba779c56f54 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 20 Feb 2012 16:16:37 -0800 Subject: [PATCH] Spelling fix. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT