aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dae028be7b0..1a1e0d8b70e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
708Given a proper list as argument, this predicate returns its length;
709otherwise, 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+++