diff options
| author | Noam Postavsky | 2018-01-28 16:53:50 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2018-01-30 22:14:02 -0500 |
| commit | 53e9fa2b5ab4b179258917aa2d9be9341d42820a (patch) | |
| tree | 91d5199d6edbb033a6014f4ce40534741076e50b | |
| parent | 607cc4e24a08cfe4a14db9d1387dfb23ba94044c (diff) | |
| download | emacs-53e9fa2b5ab4b179258917aa2d9be9341d42820a.tar.gz emacs-53e9fa2b5ab4b179258917aa2d9be9341d42820a.zip | |
* lisp/custom.el (defcustom): Fix docstring (Bug#27891).
| -rw-r--r-- | lisp/custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index edbbc8c1449..b7539685a89 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -306,7 +306,8 @@ The following common keywords are also meaningful. | |||
| 306 | VALUE should be a list with the form (PACKAGE . VERSION) | 306 | VALUE should be a list with the form (PACKAGE . VERSION) |
| 307 | specifying that the variable was first introduced, or its | 307 | specifying that the variable was first introduced, or its |
| 308 | default value was changed, in PACKAGE version VERSION. This | 308 | default value was changed, in PACKAGE version VERSION. This |
| 309 | keyword takes priority over :version. The PACKAGE and VERSION | 309 | keyword takes priority over :version. For packages which |
| 310 | are bundled with Emacs releases, the PACKAGE and VERSION | ||
| 310 | must appear in the alist `customize-package-emacs-version-alist'. | 311 | must appear in the alist `customize-package-emacs-version-alist'. |
| 311 | Since PACKAGE must be unique and the user might see it in an | 312 | Since PACKAGE must be unique and the user might see it in an |
| 312 | error message, a good choice is the official name of the | 313 | error message, a good choice is the official name of the |