]> git.eshelyaron.com Git - emacs.git/commitdiff
(Parsing Expressions): Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Apr 2006 19:32:20 +0000 (19:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Apr 2006 19:32:20 +0000 (19:32 +0000)
lispref/ChangeLog
lispref/syntax.texi

index 48205488ef8160460a7ef56b070ef74045f16cdf..ac6bd07a1751b94eef13348f742ff292686f9f4e 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-26  Richard Stallman  <rms@gnu.org>
+
+       * syntax.texi (Parsing Expressions): Minor cleanup.
+
 2006-04-18  Richard Stallman  <rms@gnu.org>
 
        * tips.texi (Coding Conventions): Explain when the package's
index 523053f214cda1e0d06b73434cb673ef165491c3..1575ebeb85038ce8a1e3fda7f01cfa0af5a6a54c 100644 (file)
@@ -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