bug#3108: 23.0.92; 2C-command: missing arglist
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Then in that case, shouldn't the help show something like this:
> "Prefix command (definition is a keymap associating keystrokes with
> commands)."
It does say it (quoting the text you quoted):
2C-command is an interactive autoloaded keymap in `two-column.el'.
...
Notice the "autoloaded keymap" there. The "interactive" part is rather
pointless (I can't think of a good meaning for "interactive" when
applied to keymaps).
Stefan