changeset 70236:ed8e2704c862

(Parsing Expressions): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Apr 2006 19:31:54 +0000
parents f90c5558879e
children 1cc4411c326c
files lispref/syntax.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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