* simple.el (define-alternatives): When creating the
COMMAND-alternatives variable, assign COMMAND as its definition
name so that `describe-variable' can relocate it.
See http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01340.html
+2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
+
+ * simple.el (define-alternatives): When creating the
+ COMMAND-alternatives variable, assign COMMAND as its definition
+ name so that `describe-variable' can relocate it.
+
2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
* font-lock.el (font-lock-keywords): Fix typo in docstring
:type '(alist :key-type string :value-type function)
,@customizations)
+ (put ',varalt-sym 'definition-name ',command)
(defvar ,varimp-sym nil "Internal use only.")
(defun ,command (&optional arg)