(Parsing Expressions): Minor cleanup.
This commit is contained in:
parent
8b03732ee0
commit
8ac3a45582
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue