From 6268ff98866e230b4fedb618543a73ae47181b4d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 26 Apr 2006 05:35:27 +0000 Subject: [PATCH] Mention negative depth in syntax-ppss's output. --- lispref/syntax.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 7297f6b9104..523053f214c 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -672,7 +672,8 @@ the parse: @enumerate 0 @item -The depth in parentheses, counting from 0. +The depth in parentheses, counting from 0. Beware, it can +become negative if there are more closing parens than opening ones. @item @cindex innermost containing parentheses -- 2.39.5