From 11e03d8900001e858fdecbe557469245de03e7fa Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 6 Jul 2013 15:31:59 +0200 Subject: [PATCH] lisp/simple.el (alternatives-define): Remove leftover :group keyword. Tweak docstring. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd7859a940a..49fc7449a35 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-07-06 Juanma Barranquero + + * simple.el (alternatives-define): Remove leftover :group keyword. + Tweak docstring. + 2013-07-06 Leo Liu * ido.el (ido-use-virtual-buffers): Allow new value 'auto. diff --git a/lisp/simple.el b/lisp/simple.el index 9e83a224f5d..c4c7d56dc2a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -7368,7 +7368,7 @@ implementations of COMMAND, so that running `C-u M-x COMMAND' 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)) @@ -7383,7 +7383,6 @@ ALTNAME - The name shown at user to describe the alternative implementation. 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.") -- 2.39.2