+2013-07-06 Juanma Barranquero <lekktu@gmail.com>
+
+ * simple.el (alternatives-define): Remove leftover :group keyword.
+ Tweak docstring.
+
2013-07-06 Leo Liu <sdl.web@gmail.com>
* ido.el (ido-use-virtual-buffers): Allow new value 'auto.
will allow the user to chose among them.
CUSTOMIZATIONS, if non-nil, should be composed of alternating
`defcustom' keywords and values to add to the declaration of
-`COMMAND-alternatives' (typically to add new groups)."
+`COMMAND-alternatives' (typically :group and :version)."
(let* ((command-name (symbol-name command))
(varalt-name (concat command-name "-alternatives"))
(varalt-sym (intern varalt-name))
ALTFUN - The function called to implement this alternative."
command-name)
:type '(alist :key-type string :value-type function)
- :group 'dispatcher
,@customizations)
(defvar ,varimp-sym nil "Internal use only.")