Mercurial > emacs
diff etc/NEWS @ 53688:eb5675cfa625
*** empty log message ***
author | Jonathan Yavner <jyavner@member.fsf.org> |
---|---|
date | Sat, 24 Jan 2004 17:40:21 +0000 |
parents | f2b9a3d38bf2 |
children | 38163e38885b |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 24 17:39:47 2004 +0000 +++ b/etc/NEWS Sat Jan 24 17:40:21 2004 +0000 @@ -1791,6 +1791,11 @@ * Lisp Changes in Emacs 21.4 +++ +** The flags, width, and precision options for %-specifications in function +`format' are now documented. Some flags that were accepted but not +implemented (such as "*") are no longer accepted. + ++++ ** New function `delete-dups' destructively removes `equal' duplicates from a list. Of several `equal' occurrences of an element in the list, the last one is kept.