emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Fri, 14 Apr 2006 00:46:42 +0000

Index: emacs/lisp/custom.el
diff -u emacs/lisp/custom.el:1.125 emacs/lisp/custom.el:1.126
--- emacs/lisp/custom.el:1.125  Tue Apr 11 00:08:56 2006
+++ emacs/lisp/custom.el        Fri Apr 14 00:46:39 2006
@@ -272,11 +272,14 @@
         first introduced, or its default value was changed, in Emacs
         version VERSION.
 :package-version
-        VALUE should be a list with the form (PACKAGE VERSION)
+        VALUE should be a list with the form (PACKAGE . VERSION)
         specifying that the variable was first introduced, or its
         default value was changed, in PACKAGE version VERSION.  This
         keyword takes priority over :version.  The PACKAGE and VERSION
         must appear in the alist `customize-package-emacs-version-alist'.
+        Since PACKAGE must be unique and the user might see it in an
+        error message, a good choice is the official name of the
+        package, such as MH-E or Gnus.
 :tag LABEL
         Use LABEL, a string, instead of the item's name, to label the item
         in customization menus and buffers.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]