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
b55426e9
Commit
b55426e9
authored
Oct 06, 2008
by
Andreas Schwab
Browse files
(syntax-ppss): Doc fix.
parent
6a8b4632
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/syntax.el
lisp/emacs-lisp/syntax.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b55426e9
2008-10-06 Andreas Schwab <schwab@suse.de>
* emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2008-10-06 Martin Rudalics <rudalics@gmx.at>
2008-10-06 Martin Rudalics <rudalics@gmx.at>
* mail/footnote.el: Remove * in defcustom docstrings and tell
* mail/footnote.el: Remove * in defcustom docstrings and tell
...
...
lisp/emacs-lisp/syntax.el
View file @
b55426e9
...
@@ -122,7 +122,7 @@ point (where the PPSS is equivalent to nil).")
...
@@ -122,7 +122,7 @@ point (where the PPSS is equivalent to nil).")
syntax-ppss-stats
))
syntax-ppss-stats
))
(
defun
syntax-ppss
(
&optional
pos
)
(
defun
syntax-ppss
(
&optional
pos
)
"Parse-Partial-Sexp State at POS.
"Parse-Partial-Sexp State at POS
, defaulting to point
.
The returned value is the same as `parse-partial-sexp' except that
The returned value is the same as `parse-partial-sexp' except that
the 2nd and 6th values of the returned state cannot be relied upon.
the 2nd and 6th values of the returned state cannot be relied upon.
Point is at POS when this function returns."
Point is at POS when this function returns."
...
...
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