Fix typo in previous commit.
This commit is contained in:
parent
8fc2ac41e3
commit
0ec6a7e501
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue