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
bfbbb27d
Commit
bfbbb27d
authored
Jun 19, 2011
by
Daniel Colascione
Browse files
* emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
parent
56f9dcc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/syntax.el
lisp/emacs-lisp/syntax.el
+3
-2
No files found.
lisp/ChangeLog
View file @
bfbbb27d
2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
* emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
2011-06-19 Chong Yidong <cyd@stupidchicken.com>
* files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
...
...
lisp/emacs-lisp/syntax.el
View file @
bfbbb27d
...
...
@@ -398,8 +398,9 @@ point (where the PPSS is equivalent to nil).")
(
defun
syntax-ppss
(
&optional
pos
)
"Parse-Partial-Sexp State at POS, defaulting to point.
The returned value is the same as `parse-partial-sexp' except that
values 2 and 6 values of the returned state cannot be relied upon.
The returned value is the same as that of `parse-partial-sexp'
run from point-min to POS except that values at positions 2 and 6
in the returned list (counting from 0) cannot be relied upon.
Point is at POS when this function returns."
;; Default values.
(
unless
pos
(
setq
pos
(
point
)))
...
...
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