emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/customize.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/customize.texi,v
Date: Sat, 29 Jul 2006 01:59:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/29 01:59:13

Index: customize.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/customize.texi,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- customize.texi      18 Jul 2006 13:50:29 -0000      1.59
+++ customize.texi      29 Jul 2006 01:59:13 -0000      1.60
@@ -133,18 +133,21 @@
 
 @item :package-version '(@var{package} . @var{version})
 This option specifies that the item was first introduced in
address@hidden version @var{version}, or that its default value was
-changed in that version.  This keyword takes priority over :version.
-The value of @var{package} is a symbol and @var{version} is a string.
-The @var{package} and @var{version} must appear in the alist
address@hidden  Since @var{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.
-
address@hidden version @var{version}, or that its meaning or default
+value was changed in that version.  The value of @var{package} is a
+symbol and @var{version} is a string.
+
+This keyword takes priority over @code{:version}.
+
address@hidden should be the official name of the package, such as MH-E
+or Gnus.  If the package @var{package} is released as part of Emacs,
address@hidden and @var{version} should appear in the value of
address@hidden
 @end table
 
-Packages that use the @code{:package-version} keyword must also update
-the @code{customize-package-emacs-version-alist} variable.
+Packages distributed as part of Emacs that use the
address@hidden:package-version} keyword must also update the
address@hidden variable.
 
 @defvar customize-package-emacs-version-alist
 This alist provides a mapping for the versions of Emacs that are




reply via email to

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