diff options
| -rw-r--r-- | lisp/emacs-lisp/lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 0000b2e1976..1189ff3e2a4 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -53,7 +53,7 @@ Should take the same arguments and behave similarly to `forward-sexp'.") | |||
| 53 | With ARG, do it that many times. Negative arg -N means | 53 | With ARG, do it that many times. Negative arg -N means |
| 54 | move backward across N balanced expressions. | 54 | move backward across N balanced expressions. |
| 55 | This command assumes point is not in a string or comment." | 55 | This command assumes point is not in a string or comment." |
| 56 | (Interactive "p") | 56 | (interactive "p") |
| 57 | (or arg (setq arg 1)) | 57 | (or arg (setq arg 1)) |
| 58 | (if forward-sexp-function | 58 | (if forward-sexp-function |
| 59 | (funcall forward-sexp-function arg) | 59 | (funcall forward-sexp-function arg) |