]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous commit.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Nov 2008 10:46:21 +0000 (10:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Nov 2008 10:46:21 +0000 (10:46 +0000)
lisp/emacs-lisp/lisp.el

index 0000b2e19764c93c629d13bda217db09d0b9210e..1189ff3e2a41ff991dd5207d19261408e98a95b5 100644 (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)