1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(syntax-ppss): Doc fix.

This commit is contained in:
Andreas Schwab 2008-10-06 10:03:59 +00:00
parent 6a8b463264
commit b55426e988
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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."