summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-06-11 20:54:09 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-06-11 20:54:09 -0700
commit2d3c217e8ccd3ddfdd57ee9f46a2f2599d6d67c6 (patch)
tree36cb5ed5a8252a12ecacad0f642f04e9c4ca9ca2 /lisp/emacs-lisp
parent73dba34265faf12a46cef1edabe066af3159122a (diff)
parent1384b89ea7e51c190ab1df16e38cbef1d02400b4 (diff)
downloademacs-2d3c217e8ccd3ddfdd57ee9f46a2f2599d6d67c6.tar.gz
emacs-2d3c217e8ccd3ddfdd57ee9f46a2f2599d6d67c6.tar.bz2
emacs-2d3c217e8ccd3ddfdd57ee9f46a2f2599d6d67c6.zip
Merge from trunk.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el
index c012e48b590..7ba7b13af44 100644
--- a/lisp/emacs-lisp/syntax.el
+++ b/lisp/emacs-lisp/syntax.el
@@ -399,7 +399,7 @@ 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
-the 2nd and 6th values of the returned state cannot be relied upon.
+values 2 and 6 values of the returned state cannot be relied upon.
Point is at POS when this function returns."
;; Default values.
(unless pos (setq pos (point)))