From: Richard M. Stallman Date: Wed, 26 Apr 2006 19:32:20 +0000 (+0000) Subject: (Parsing Expressions): Minor cleanup. X-Git-Tag: emacs-pretest-22.0.90~2940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ac3a4558235a44bdf7591e38b5ab19f8efad055;p=emacs.git (Parsing Expressions): Minor cleanup. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 48205488ef8..ac6bd07a175 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-04-26 Richard Stallman + + * syntax.texi (Parsing Expressions): Minor cleanup. + 2006-04-18 Richard Stallman * tips.texi (Coding Conventions): Explain when the package's diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 523053f214c..1575ebeb850 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -672,8 +672,9 @@ the parse: @enumerate 0 @item -The depth in parentheses, counting from 0. Beware, it can -become negative if there are more closing parens than opening ones. +The depth in parentheses, counting from 0. @strong{Warning:} this can +be negative if there are more close parens than open parens between +the start of the defun and point. @item @cindex innermost containing parentheses