# HG changeset patch # User Gerd Moellmann # Date 985874938 0 # Node ID 4cb750b910d1eb357af9638c4f008c447ddf1ac6 # Parent dec182bcbaa48c2b641601f1346d7e6a56cbdfd7 Fix typo. diff -r dec182bcbaa4 -r 4cb750b910d1 lisp/subr.el --- a/lisp/subr.el Thu Mar 29 14:08:34 2001 +0000 +++ b/lisp/subr.el Thu Mar 29 14:08:58 2001 +0000 @@ -1452,7 +1452,7 @@ (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)