changeset 37055:4cb750b910d1

Fix typo.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 29 Mar 2001 14:08:58 +0000
parents dec182bcbaa4
children 543952c0704a
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)