emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 53e9fa2 3/8: * lisp/custom.el (defcustom): Fix do


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 53e9fa2 3/8: * lisp/custom.el (defcustom): Fix docstring (Bug#27891).
Date: Tue, 30 Jan 2018 22:35:02 -0500 (EST)

branch: emacs-26
commit 53e9fa2b5ab4b179258917aa2d9be9341d42820a
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * lisp/custom.el (defcustom): Fix docstring (Bug#27891).
---
 lisp/custom.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/custom.el b/lisp/custom.el
index edbbc8c..b753968 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -306,7 +306,8 @@ The following common keywords are also meaningful.
         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
+        keyword takes priority over :version.  For packages which
+        are bundled with Emacs releases, 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



reply via email to

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