Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8ac3a455
Commit
8ac3a455
authored
Apr 26, 2006
by
Richard M. Stallman
Browse files
(Parsing Expressions): Minor cleanup.
parent
8b03732e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lispref/ChangeLog
lispref/ChangeLog
+4
-0
lispref/syntax.texi
lispref/syntax.texi
+3
-2
No files found.
lispref/ChangeLog
View file @
8ac3a455
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
...
...
lispref/syntax.texi
View file @
8ac3a455
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment