changeset 70224:6e24249411f1

Mention negative depth in syntax-ppss's output.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Apr 2006 05:35:27 +0000
parents 7dc26b206eba
children 81a284d45346
files lispref/syntax.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/syntax.texi	Wed Apr 26 05:33:11 2006 +0000
+++ b/lispref/syntax.texi	Wed Apr 26 05:35:27 2006 +0000
@@ -672,7 +672,8 @@
 
 @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