From: Gerd Moellmann Date: Thu, 29 Mar 2001 14:08:58 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.0.101~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d320078883e811c787ebdac0ed6aba82bb16a2a9;p=emacs.git Fix typo. --- diff --git a/lisp/subr.el b/lisp/subr.el index eb476c65753..67f9b83887d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)