1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix typo.

This commit is contained in:
Gerd Moellmann 2001-03-29 14:08:58 +00:00
parent f65fab598e
commit d320078883

View 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)