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
0ec6a7e5
Commit
0ec6a7e5
authored
Nov 26, 2008
by
Juanma Barranquero
Browse files
Fix typo in previous commit.
parent
8fc2ac41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/lisp.el
+1
-1
No files found.
lisp/emacs-lisp/lisp.el
View file @
0ec6a7e5
...
@@ -53,7 +53,7 @@ Should take the same arguments and behave similarly to `forward-sexp'.")
...
@@ -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
With ARG, do it that many times. Negative arg -N means
move backward across N balanced expressions.
move backward across N balanced expressions.
This command assumes point is not in a string or comment."
This command assumes point is not in a string or comment."
(
I
nteractive
"p"
)
(
i
nteractive
"p"
)
(
or
arg
(
setq
arg
1
))
(
or
arg
(
setq
arg
1
))
(
if
forward-sexp-function
(
if
forward-sexp-function
(
funcall
forward-sexp-function
arg
)
(
funcall
forward-sexp-function
arg
)
...
...
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