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:
parent
f65fab598e
commit
d320078883
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user