Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/customize.texi

    r4131 r4140  
    134134@item :package-version '(@var{package} . @var{version}) 
    135135This option specifies that the item was first introduced in 
    136 @var{package} version @var{version}, or that its default value was 
    137 changed in that version.  This keyword takes priority over :version. 
    138 The value of @var{package} is a symbol and @var{version} is a string. 
    139 The @var{package} and @var{version} must appear in the alist 
    140 @code{customize-package-emacs-version-alist}.  Since @var{package} must 
    141 be unique and the user might see it in an error message, a good choice 
    142 is the official name of the package, such as MH-E or Gnus. 
    143  
     136@var{package} version @var{version}, or that its meaning or default 
     137value was changed in that version.  The value of @var{package} is a 
     138symbol and @var{version} is a string. 
     139 
     140This keyword takes priority over @code{:version}. 
     141 
     142@var{package} should be the official name of the package, such as MH-E 
     143or Gnus.  If the package @var{package} is released as part of Emacs, 
     144@var{package} and @var{version} should appear in the value of 
     145@code{customize-package-emacs-version-alist}. 
    144146@end table 
    145147 
    146 Packages that use the @code{:package-version} keyword must also update 
    147 the @code{customize-package-emacs-version-alist} variable. 
     148Packages distributed as part of Emacs that use the 
     149@code{:package-version} keyword must also update the 
     150@code{customize-package-emacs-version-alist} variable. 
    148151 
    149152@defvar customize-package-emacs-version-alist