From 8ac3a4558235a44bdf7591e38b5ab19f8efad055 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 26 Apr 2006 19:32:20 +0000 Subject: [PATCH] (Parsing Expressions): Minor cleanup. --- lispref/ChangeLog | 4 ++++ lispref/syntax.texi | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.5