]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorGerd Moellmann <gerd@gnu.org>
Thu, 29 Mar 2001 14:08:58 +0000 (14:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 29 Mar 2001 14:08:58 +0000 (14:08 +0000)
lisp/subr.el

index eb476c657530afa6d3e85b84468468cb4c57e36f..67f9b83887d22e7426cf028f7fb410f47582fa39 100644 (file)
@@ -1452,7 +1452,7 @@ configuration."
 (defun interactive-form (function)
   "Return the interactive form of FUNCTION.
 If function is a command (see `commandp'), value is a list of the form
-\(interactive SPEC).  If function is not a command,return nil."
+\(interactive SPEC).  If function is not a command, return nil."
   (setq function (indirect-function function))
   (when (commandp function)
     (cond ((byte-code-function-p function)