# HG changeset patch # User Richard M. Stallman # Date 1146079914 0 # Node ID ed8e2704c8627f8bdc51e0bdbc8c282737db4b29 # Parent f90c5558879e710781b6736d6d8fa8ad30cf30c6 (Parsing Expressions): Minor cleanup. diff -r f90c5558879e -r ed8e2704c862 lispref/syntax.texi --- a/lispref/syntax.texi Wed Apr 26 18:19:13 2006 +0000 +++ b/lispref/syntax.texi Wed Apr 26 19:31:54 2006 +0000 @@ -672,8 +672,9 @@ @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