diff options
| author | Paul Eggert | 2018-07-15 18:28:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-07-15 18:30:16 -0700 |
| commit | f521161c1bc5a9cd10ee25ff5f4b7b8d753db55d (patch) | |
| tree | e69fe95f27785811d092d9b327e2b1f47a47e57f /etc | |
| parent | 6de91809a35719a2dbbc121e234a7a154ef121c3 (diff) | |
| download | emacs-f521161c1bc5a9cd10ee25ff5f4b7b8d753db55d.tar.gz emacs-f521161c1bc5a9cd10ee25ff5f4b7b8d753db55d.zip | |
* lisp/format.el (format-proper-list-p): New alias.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -713,7 +713,8 @@ manual for more details. | |||
| 713 | +++ | 713 | +++ |
| 714 | ** New function 'proper-list-p'. | 714 | ** New function 'proper-list-p'. |
| 715 | Given a proper list as argument, this predicate returns its length; | 715 | Given a proper list as argument, this predicate returns its length; |
| 716 | otherwise, it returns nil. | 716 | otherwise, it returns nil. 'format-proper-list-p' is now an obsolete |
| 717 | alias for the new function. | ||
| 717 | 718 | ||
| 718 | ** define-minor-mode automatically documents the meaning of ARG | 719 | ** define-minor-mode automatically documents the meaning of ARG |
| 719 | 720 | ||