diff options
| author | Eli Zaretskii | 2017-12-22 12:04:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-12-22 12:04:23 +0200 |
| commit | 861d1100784ad2f4c7285a7afdc21e0ce216682c (patch) | |
| tree | 7b2ff5e405a9791675a508ee6bd64eadf66a984c /etc | |
| parent | 22b3075bb216c69ee7660151fda4eda70b9c3296 (diff) | |
| download | emacs-861d1100784ad2f4c7285a7afdc21e0ce216682c.tar.gz emacs-861d1100784ad2f4c7285a7afdc21e0ce216682c.zip | |
Improve documentation of records
* doc/lispref/Makefile.in (srcs): Add the forgotten records.texi.
* doc/lispref/records.texi (Records): Recommend that record type
names use package-naming conventions.
* etc/NEWS: Add the naming convention recommendation for record
types.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1584,6 +1584,10 @@ functions 'make-record', 'record', and 'recordp'. Records are now | |||
| 1584 | used internally to represent cl-defstruct and defclass instances, for | 1584 | used internally to represent cl-defstruct and defclass instances, for |
| 1585 | example. | 1585 | example. |
| 1586 | 1586 | ||
| 1587 | If your program defines new record types, you should use | ||
| 1588 | package-naming conventions for naming those types. This is so any | ||
| 1589 | potential conflicts with other types are avoided. | ||
| 1590 | |||
| 1587 | +++ | 1591 | +++ |
| 1588 | ** 'save-some-buffers' now uses 'save-some-buffers-default-predicate' | 1592 | ** 'save-some-buffers' now uses 'save-some-buffers-default-predicate' |
| 1589 | to decide which buffers to ask about, if the PRED argument is nil. | 1593 | to decide which buffers to ask about, if the PRED argument is nil. |