Fix typo in previous commit.

This commit is contained in:
Juanma Barranquero 2008-11-26 10:46:21 +00:00
parent 8fc2ac41e3
commit 0ec6a7e501

View file

@ -53,7 +53,7 @@ Should take the same arguments and behave similarly to `forward-sexp'.")
With ARG, do it that many times. Negative arg -N means
move backward across N balanced expressions.
This command assumes point is not in a string or comment."
(Interactive "p")
(interactive "p")
(or arg (setq arg 1))
(if forward-sexp-function
(funcall forward-sexp-function arg)