diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -703,6 +703,11 @@ manual for more details. | |||
| 703 | 703 | ||
| 704 | * Lisp Changes in Emacs 27.1 | 704 | * Lisp Changes in Emacs 27.1 |
| 705 | 705 | ||
| 706 | +++ | ||
| 707 | ** New function 'proper-list-p'. | ||
| 708 | Given a proper list as argument, this predicate returns its length; | ||
| 709 | otherwise, it returns nil. | ||
| 710 | |||
| 706 | ** define-minor-mode automatically documents the meaning of ARG | 711 | ** define-minor-mode automatically documents the meaning of ARG |
| 707 | 712 | ||
| 708 | +++ | 713 | +++ |