From d320078883e811c787ebdac0ed6aba82bb16a2a9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 29 Mar 2001 14:08:58 +0000 Subject: [PATCH] Fix typo. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2